hi guys.
Can you help me find method to conver pptx to svg usual format. Not in svg in html.
textArea (SVG 1.2 Tiny) - doesn't work in Chrome 4.0.249.64 or FF 3.5.7
so its not a feasible solution as at January 2010
See http://www.w3.org/TR/SVGTiny12/examples/textArea01.svg
from http://www.w3.org/TR/SVGTiny12/text.html#TextInAnArea
Opera 9.5 apparently supports it though!
Inkscape uses flowPara, but browsers can't render this.
carto textFlow.js works nicely in FF, but not Chrome
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<xsl:template match="p:txBody">
:
<div style="position: absolute; width:{$cx}px; height:{$cy}px; left:{$x}px; top:{$y}px;">
<xsl:apply-templates select="a:p"/>
</div>
:
</xsl:template>
Users browsing this forum: No registered users and 45 guests