rebootcode / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Add property glyph-orientation-vertical and writing-mode for Text #972

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,

I have write property format text vertical.
I add new two property glyph-orientation-vertical:"0" and writing-mode:"tb" for 
control text.
In browser Chrome is OK.
In browser firefox 12 is not good.

But browser firefox is support this property svg
https://developer.mozilla.org/En/SVG_in_Firefox

please help me.

Original issue reported on code.google.com by tienvanp...@gmail.com on 6 Jun 2012 at 10:50

GoogleCodeExporter commented 9 years ago
<text transform="matrix(1 0 0 0.339 831.0762 347)" 
font-family="'KozGoPro-Regular-90ms-RKSJ-H'" font-size="47.9999" 
glyph-orientation-vertical="1" writing-mode="tb">sdsdsdsdsdss</text>

File canvg.js does not suport property glyph-orientation-vertical="1" 
writing-mode="tb" when load control it remove property 
glyph-orientation-vertical and writing-mode

Original comment by tienvanp...@gmail.com on 14 Jun 2012 at 10:12