1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
|
---
title: SVG en Firefox
slug: SVG_en_Firefox
tags:
- NecesitaRevisiónTécnica
- SVG
- Todas_las_Categorías
translation_of: Web/SVG/SVG_1.1_Support_in_Firefox
---
<p> </p>
<p><b>Firefox 2</b> sigue avanzando en la mejora de la implementación de <a class="external" href="http://www.w3.org/Graphics/SVG/">Gráficos vectoriales escalables (SVG)</a>. Aunque el único elemento añadido a los ya soportados por Firefox 1.5 ha sido <code><textPath></code>, se han resuelto varios fallos y se ha incorporado parte de la especificación.</p>
<p><b>Firefox SVG</b> es un subconjunto de <a class="external" href="http://www.w3.org/TR/SVG11/">SVG 1.1</a>, pero no es ninguno de los perfiles oficiales (Tiny, Basic, Full). Al final de este documento se puede encontrar una lista completa de los elementos <a href="es/SVG">SVG</a> y su estado de implementación en Firefox 2.0. El resto del documento aporta información sobre las limitaciones en la implementación.</p>
<p>La particular implementación que hemos realizado puede dificultar la creación de contenidos. Le pedimos que tenga paciencia mientras trabajamos en la implementación completa de esta extensa especificación.</p>
<p>Mientras lee esto, usted puede preguntarse cuántos de estos detalles sobre de la implementación pueden haber cambiado. Por desgracia la <a class="external" href="http://www.mozilla.org/roadmap/gecko-1.9-roadmap.html">hoja de ruta</a> actual sitúa la publicación de Firefox con la nueva versión de Gecko en el primer trimestre de 2007. Sin embargo si desea empezar a experimentar con las nuevas funcionalidades, tiene a su disposición en las <a class="external" href="http://www.mozilla.org/developer/#builds">compilaciones nocturnas</a> las últimas evoluciones. También puede consultar <a class="external" href="http://www.mozilla.org/projects/svg/status.html">la tabla actualizada</a> sobre la implementación de SVG en la versión de desarrollo.</p>
<h2 id="Rendimiento" name="Rendimiento">Rendimiento</h2>
<p>Firefox usa el mismo motor de renderizado, <a class="external" href="http://cairographics.org/">cairo</a>, en todas las plataformas. Por lo tanto sus características de interpretación serán similares. El rendimiento en Linux es el más difícil de predecir, esto es debido a las distintas implementaciones que hacen los diversos servidores X de la extensión RENDER.</p>
<p>En Windows el renderizado de SVG es bastante más rápido que en otras plataformas.</p>
<h2 id="Rango_de_coordenadas" name="Rango_de_coordenadas">Rango de coordenadas</h2>
<p>Si el contenido posee una geometría con un inmenso rango de coordenadas, habrá que tener cuidado con los problemas ocasionados por el uso interno de cairo para la representación de punto fijo de 16.16 bits para los cálculos. Cairo no recorta las primitivas antes del proceso de rasterización por lo que las coordenadas finales que excedan el rango de -32678 a 32677 tras la transformación provocarán errores de renderizado y posiblemente un rendimiento muy bajo.</p>
<h2 id="Texto_en_Windows_98" name="Texto_en_Windows_98">Texto en Windows 98</h2>
<p>Un lamentable efecto secundario de usar Cairo como backend de renderizado en Windows es que el renderizado de texto no funcionará en Windows 98. En realidad la cosa es aún peor, si aparece cualquier texto durante el renderizado de contenidos SVG, todo el dibujo se parará.</p>
<h2 id="Selecci.C3.B3n_de_fuente" name="Selecci.C3.B3n_de_fuente">Selección de fuente</h2>
<p>Si está familiarizado con CSS probablemente sabrá que pueden especificar fuentes alternativas para las propiedades 'font', por si los glifos de una fuente concreta no están disponibles. El actual motor de renderizado de SVG sólo tratará de usar la primera fuente especificada, y si ésta no existe, usará una fuente del sistema. Las fuentes secundarias nunca son usadas, por ejemplo, font-family="Arial,LucidaSansUnicode" no generará una fuente LucidaSansUnicode, aun en el caso de que Arial no esté disponible.</p>
<h2 id="Impresi.C3.B3n" name="Impresi.C3.B3n">Impresión</h2>
<p>Por desgracia, actualmente en la impresión no se aprovechan las propiedades vectoriales de SVG para generar una salida óptima, por contra, se renderiza según la resolución de la pantalla y luego la salida se hace como imagen.</p>
<p>Al imprimir en MS-Windows, el tamaño de la fuente será mucho más grande que el especificado por SVG.</p>
<h2 id="Opacidad_de_grupos" name="Opacidad_de_grupos">Opacidad de grupos</h2>
<p>La propiedad de opacidad de grupo <code>opacity</code> permite que los objetos contenedores SVG puedan ser tratados como capas semitransparentes, y está separada de las propiedades "fill-opacity" y "stroke-opacity". La implementación actual de "opacity" consume bastantes recursos, debería ser usada con mesura. "fill-opacity" y "stroke-opacity" son mucho más rápidas, y dependiendo de su contenido pueden aportar los mismos resultados.</p>
<h2 id="Fuentes_rotadas" name="Fuentes_rotadas">Fuentes rotadas</h2>
<p>En las plataformas Microsoft Windows y Mac OSX, un texto rotado no es rellenado completamente. El error es por lo general despreciable y puede solucionarse usando un relleno un poquito más grueso. A continuación se muestra un ejemplo con la diferencia:</p>
<p><img alt="Imagen:Text-fill-stroke.png"></p>
<h2 id=".3Cimage.3E" name=".3Cimage.3E"><image></h2>
<p><image> no soporta imágenes SVG en Firefox 1.5, sólo los formatos de imagen rasterizados que Firefox maneja.</p>
<p>Todas las instancias de <image> tienen una copia separada de la imagen que está siendo usada, lo cual es algo a tener en cuenta si tu contenido está usando múltiples copias de una imagen para un icono o algo parecido. Desafortunadamente, <use> en contenido <image> cuenta como otra copia en este caso.</p>
<p>De manera adicional, un uso intensivo de imágenes rasterizadas en SVG puede degradar sobremanera el rendimiento en Firefox 1.5.</p>
<h2 id="Eventos" name="Eventos">Eventos</h2>
<p>Soportamos los atributos de SVG para eventos, a excepción de <code>onfocusin</code>, <code>onfocusout</code>, y <code>onactivate</code>.</p>
<p>Nuestro actual manejo del evento <code>onload</code> no es estándar, pero creemos que aún así no impide su uso correcto. Mientras que el código especificado por el atributo <code>onload</code> sea llamado para cada elemento, un evento <code>SVGLoad</code> será llamado únicamente para el elemento <code><svg></code> raíz. Algunos métodos DOM devolverán basura o error si son llamados antes de que el elemento correspondiente haya sido renderizado, algo que tendrás que tener en cuenta al escribir código <code>onload</code>. Dichos métodos son <code>getBBox</code>, <code>getScreenCTM</code>, etc...</p>
<p>No damos soporte a los eventos para el teclado específicos de Adobe (<code>onkeydown</code>, <code>onkeyup</code>).</p>
<h2 id="Interoperabilidad" name="Interoperabilidad">Interoperabilidad</h2>
<p>Si está trabajando con contenidos SVG actuales, puede encontrar problemas al cargarlos en Firefox. La mayoría de los problemas suelen ser triviales y son el resultado de una implementación más estricta en Firefox. En <a class="external" href="http://jwatt.org/svg/authoring/">Guías de estilo para crear SVG</a>, Jonathan Watt explica problemas comunes.</p>
<h2 id="Situaciones_de_uso_de_SVG" name="Situaciones_de_uso_de_SVG">Situaciones de uso de SVG</h2>
<p>Firefox 1.5 maneja SVG como un documento completo, o como referencia para los elementos <code>embed</code>, <code>object</code>, e <code>iframe</code>. Actualmente no puede ser usado en HTML o XHTML como fuente del elemento <code>img</code>, ni para las propiedades CSS relativas a las imágenes.</p>
<h2 id="Animaciones" name="Animaciones">Animaciones</h2>
<p>Firefox 1.5 no implementa la animación declarativa, pero soporta scripting dinámico. Doug Shepers lo ha usado para crear <a class="external" href="http://www.vectoreal.com/smilscript/">SmilScript</a>, una pequeña biblioteca de Javascript que implementa parte de la animación declarativa de SVG.</p>
<h2 id="Fallos_corregidos_en_Firefox_2" name="Fallos_corregidos_en_Firefox_2">Fallos corregidos en Firefox 2</h2>
<p>Firefox 2 ha arreglado algunos fallos en su implementación para SVG. Esta sección presenta un repaso rápido a los arreglos más interesantes.</p>
<ul>
<li>Se ha solucionado un problema al rellenar y rotar texto en el que la posición del dibujo no era reiniciada correctamente entre dos operaciones (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=333615">333615</a>).</li>
</ul>
<ul>
<li>Los gradientes radiales ahora mantienen los atributos <code>fx</code> y <code>fy</code> para asegurar que se encuentran dentro de la circunferencia de un círculo (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=330682">330682</a>).</li>
</ul>
<ul>
<li>La longitud del texto ahora puede ser calculada usando su método <code>getComputedTextLength()</code>, lo que mejora la compatibilidad con ciertos sitios web (bugs <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=311031">311031</a> and <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=264380">264380</a>).</li>
</ul>
<ul>
<li>Los elementos <code><tspan></code> ahora soportan correctamente los atributos <code>dx</code> y <code>dy</code> y funcionan si los atributos <code>x</code> e <code>y</code> no han sido especificados (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=311063">311063</a>).</li>
</ul>
<ul>
<li>Se ha mejorado la lógica de invalidación en el redibujado, lo que evita el parpadeo de los píxeles en ciertos casos (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=312269">312269</a>).</li>
</ul>
<ul>
<li>Arreglado un fallo que impedía que los eventos fuesen manejados apropiadamente por objetos expuestos por el camino de recorte de otro objeto (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=315861">315861</a>).</li>
</ul>
<ul>
<li>Arreglado un fallo que podía provocar el cierre de la aplicación si un elemento <code><path></code> tenía un atributo <code>d</code> con una cadena vacía (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=318379">318379</a>).</li>
</ul>
<ul>
<li>El atributo <code>overflow</code> ahora funciona para el elemento <code>marker</code>, usando la sintaxis <code>overflow="visible"</code>, la cual antes no funcionaba correctamente (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=320623">320623</a>).</li>
</ul>
<ul>
<li>Ahora se puede acceder al atributo <code><style></code> del elemento <code>marker</code> sin que se lance ninguna excepción (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=323589">323589</a>).</li>
</ul>
<ul>
<li>Ahora se pueden usar valores porcentuales en el radio de un gradiente radial (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=323669">323669</a>).</li>
</ul>
<ul>
<li>El método <code>documentElement.createSVGAngle()</code> ahora está implementado (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=327437">327437</a>).</li>
</ul>
<ul>
<li>Cuando un elemento <code><stop></code> se convierte en hijo de otro elemento <code><stop></code> dicho elemento deja de ser un aserto (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=328137">328137</a>).</li>
</ul>
<ul>
<li>Ahora funciona el cambio de la altura, anchura y orientación de los pinceles (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=325728">325728</a>).</li>
</ul>
<ul>
<li>El tamaño de las fuentes impresas en Windows ya no es tan grande como el especificado por el SVG (bug <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=314707">314707</a>).</li>
</ul>
<h2 id="Estado_de_la_implementaci.C3.B3n_de_los_elementos" name="Estado_de_la_implementaci.C3.B3n_de_los_elementos">Estado de la implementación de los elementos</h2>
<table style="margin: 5px;">
<tbody>
<tr>
<th><b>Elemento </b></th>
<th><b>Notas </b></th>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#basic-structure-mod">Módulo de estructura</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#SVGElement">svg</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>Los atributos DOM <code>currentScale</code> y <code>currentTranslate</code> están implementados pero no existe una interfaz de usuario para pan ni zoom.</li>
<li>SVGSVGElement
<ul>
<li>Atributos no implementados: contentScriptType, contentStyleType, viewport, useCurrentView, currentView.</li>
<li>Bindings no implementados: pauseAnimations, unpauseAnimations,animationsPaused, getCurrentTime, setCurrentTime, getIntersectionList, getEnclosureList, checkIntersection, checkEnclosure, deselectAll, createSVGAngle, getElementById</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#GElement">g</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#DefsElement">defs</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#DescElement">desc</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>Solo disponible en el DOM, sin interfaz de usuario.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#TitleElement">title</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/metadata.html#MetadataElement">metadata</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>Solo disponible en el DOM, sin interfaz de usuario. </td></li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#SymbolElement">symbol</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#UseElement">use</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>Solo funciona para referencias internas al documento (<a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=269482">bug 269482</a>).</li>
<li>No sigue completamente las reglas de la cascada <svg:use> (<a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=265894">bug 265894</a>).</li>
<li>No entrega eventos a un arbol SVGElementInstance (<a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=265895">bug 265895</a>).</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#conditional-mod">Módulo de procesamiento condicional</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#SwitchElement">switch</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#image-mod">Módulo de imagen</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#ImageElement">image</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>Solo funciona para tramas de bitmaps (<a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=272288">bug 272288</a>).</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/styling.html#style-mod">Módulo de estilo</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/styling.html#StyleElement">style</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/shapes.html#shape-mod">Módulo de formas</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/paths.html#PathElement">path</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>Interfaz SVGPathElement
<ul>
<li>Atributos no implementados: pathLength, normalizedPathSegList, animatedPathSegList, animatedNormalizedPathSegList</li>
<li>Bindings no implementados: getTotalLength, getPointAtLength, getPathSegAtLength</li>
</ul>
</li>
<li>Interfaz SVGPathSegList
<ul>
<li>Bindings No implementados: replaceItem()</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/shapes.html#RectElement">rect</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/shapes.html#CircleElement">circle</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/shapes.html#LineElement">line</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/shapes.html#EllipseElement">ellipse</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/shapes.html#PolylineElement">polyline</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/shapes.html#PolygonElement">polygon</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/text.html#text-mod">Módulo de texto</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#TextElement">text</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>SVGTextElement
<ul>
<li>Atributos no implementados: rotate, textLength, lengthAdjust</li>
<li>Bindings no implementados: getNumberOfChars, getSubStringLength, getStartPositionOfChar, getEndPositionOfChar, getRotationOfChar, getCharNumAtPosition, selectSubString.</li>
<li>Bindings not functional at <code>onload</code> time: getExtentOfChar</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#TSpanElement">tspan</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>SVGTSpanElement
<ul>
<li>Atributos no implementados: rotate, textLength, lengthAdjust</li>
<li>Bindings no implementados: getNumberOfChars, getComputedTextLength, getSubStringLength, getStartPositionOfChar, getEndPositionOfChar, getExtentOfChar, getRotationOfChar, getCharNumAtPosition, selectSubString</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#TRefElement">tref</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#TextPathElement">textPath</a></td>
<td>
<ul>
<li>Implementado en Firefox 2.</li>
<li>Atributos no implementados: method, spacing, textLength, lengthAdjust</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#AltGlyphElement">altGlyph</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#AltGlyphDefElement">altGlyphDef</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#AltGlyphItemElement">altGlyphItem</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#GlyphRefElement">glyphRef</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/painting.html#marker-mod">Módulo de pinceles</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/painting.html#MarkerElement">marker</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/color.html#color-profile-mod">Color Módulo de perfiles</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/color.html#ColorProfileElement">color-profile</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/pservers.html#gradient-mod">Módulo de gradientes</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/pservers.html#LinearGradientElement">linearGradient</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/pservers.html#RadialGradientElement">radialGradient</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/pservers.html#StopElement">stop</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/pservers.html#pattern-mod">Módulo de patrones</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/pservers.html#PatternElement">pattern</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/masking.html#clip-mod">Módulo de recorte</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/masking.html#ClipPathElement">clipPath</a></td>
<td>
<ul>
<li>Implementado.</li>
<li>No maneja los caminos de recorte que tiene elementos con diferentes propiedades de reglas de recorte o que referencian otros clipPaths. (<a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=267224">bug 267224</a>).</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/masking.html#mask-mod">Módulo de máscaras</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/masking.html#MaskElement">mask</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#filter-mod">Módulo de filtros</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#FilterElement">filter</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feBlendElement">feBlend</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feColorMatrixElement">feColorMatrix</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feComponentTransferElement">feComponentTransfer</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feCompositeElement">feComposite</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feConvolveMatrixElement">feConvolveMatrix</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feDiffuseLightingElement">feDiffuseLighting</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feDisplacementMapElement">feDisplacementMap</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feFloodElement">feFlood</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feGaussianBlurElement">feGaussianBlur</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feImageElement">feImage</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feMergeElement">feMerge</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feMergeNodeElement">feMergeNode</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feMorphologyElement">feMorphology</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feOffsetElement">feOffset</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feSpecularLightingElement">feSpecularLighting</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feTileElement">feTile</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feTurbulenceElement">feTurbulence</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feDistantLightElement">feDistantLight</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#fePointLightElement">fePointLight</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feSpotLightElement">feSpotLight</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feFuncRElement">feFuncR</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feFuncGElement">feFuncG</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feFuncBElement">feFuncB</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#feFuncAElement">feFuncA</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/interact.html#cursor-mod">Módulo de cursores</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/interact.html#CursorElement">cursor</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/linking.html#hyperlinking-mod">Módulos de hiperenlaces</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/linking.html#AElement">a</a></td>
<td>
<ul>
<li>Implementado como un binding XBL - object is not of type SVGAElement.</li>
<li>Sólo están implementados los atributos <code>xlink:href</code>, <code>xlink:show</code> y <code>xlink:target</code> (en Firefox 2).</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/linking.html#view-mod">Módulo de vista</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/linking.html#ViewElement">view</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/script.html#scripting-mod">Módulo de scripting</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/script.html#ScriptElement">script</a></td>
<td>
<ul>
<li>Implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/animate.html#animation-mod">Módulo de animación</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/animate.html#AnimateElement">animate</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/animate.html#SetElement">set</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/animate.html#AnimateMotionElement">animateMotion</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/animate.html#AnimateTransformElement">animateTransform</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/animate.html#AnimateColorElement">animateColor</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/animate.html#mpathElement">mpath</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#font-mod">Módulo de fuentes</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#FontFaceElement">font</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement">font-face</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#GlyphElement">glyph</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#MissingGlyphElement">missing-glyph</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#HKernElement">hkern</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#VKernElement">vkern</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#FontFaceSrcElement">font-face-src</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement">font-face-uri</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement">font-face-format</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement">font-face-name</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/fonts.html#DefinitionSrcElement">definition-src</a></td>
<td>
<ul>
<li>No implementado.</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2"><a class="external" href="http://www.w3.org/TR/SVG11/extend.html#extensibility-mod">Módulo de extensibilidad</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a class="external" href="http://www.w3.org/TR/SVG11/extend.html#ForeignObjectElement">foreignObject</a></td>
<td>
<ul>
<li>Implementado, aunque no integrado.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>{{ languages( { "fr": "fr/SVG_dans_Firefox_1.5", "ja": "ja/SVG_in_Firefox_1.5", "pl": "pl/SVG_w_Firefoksie" } ) }}</p>
|