Open GoogleCodeExporter opened 8 years ago
Original comment by bradneub...@gmail.com
on 13 Jan 2010 at 5:14
tspan is supported by svgweb but the attributes baseline-shift and font-style
are
not. So, font-style="oblique" or "italic" will do nothing, and
baseline-shift="sub"
or "super" will do nothing (Firefox 3.5.2 doesn't support baseline-shift).
When using flash rendering, the incorrect (x) positioning of the superscript
'2' (and
most of the other text in the superscript/subscript example), is because each
tspan
(without an x,y attribute) is incorrectly placed at the x,y of the parent text
container element. The same reason that the example in Issue 439 fails.
Original comment by k...@svgmaker.com
on 13 Jan 2010 at 8:11
Original comment by bradneub...@gmail.com
on 9 Apr 2010 at 2:43
it seems that the dx and dy attributes on tspan are also not supported, which
is unfortunate because multi-line text greatly profits from specifying "dy".
Original comment by mneu...@gmail.com
on 2 Oct 2010 at 3:54
Any idea when the font-style attribut will be fix for flash rendering?
Original comment by christel...@gmail.com
on 3 Oct 2011 at 9:23
Original issue reported on code.google.com by
thijs.ro...@gmail.com
on 12 Jan 2010 at 8:32