从html css样式生成SVG

时间:2011-01-10 22:03:59

标签: php html css graphics svg

我有一个已经设计过的段落。一些类似旋转的样式适用于Firefox,但不适用于其他浏览器。

<div id="title">title</div>

#title{
  font: ...
  rotation: ...
  size: ...
}

我知道可以使用actionscript等语言将文本转换为SVG,但是如何使用PHP。如何使用PHP将渲染的html转换为SVG图像?

0 个答案:

没有答案