以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 SVG/GML/VRML/X3D/XAML 』  (http://bbs.xml.org.cn/list.asp?boardid=21)
----  请问ADOBE SVG VIEWER现在能否支持FlowRegion  (http://bbs.xml.org.cn/dispbbs.asp?boardid=21&rootid=&id=36455)


--  作者:wwwtiger
--  发布时间:8/5/2006 10:39:00 PM

--  请问ADOBE SVG VIEWER现在能否支持FlowRegion
FlowRegion就是能将文本显示限制在制定的形状内,最简单的就是在一个RECT内,但我从W3C下找到的例子不能在ADOBE SVG VIEWER中正常显示,VIEWER的版本为3.03,不知道是例子的问题还是浏览器或VIEWER的问题,请问有哪位使用过flowRegion?另外例子中还有个错误,就是flowRoot没有闭合,没想到W3C的网页上也有这样的错误。

<svg xmlns:svg="http://www.w3.org/2000/svg" version="1.2"
     xmlns:xlink="http://www.w3.org/1999/xlink"
  width="100%" height="100%" viewBox="0 0 300 310">
  <title>Basic textflow</title>
  <rect x="0" y="0" width="100%" height="100%" fill="yellow"/>
  <flowRoot font-size="16">
    <flowRegion>
      <path d="M100,50L50,300L250,300L300,50z"/>
    </flowRegion>
      <flowPara>Tomorrow, and tomorrow, and tomorrow; creeps in this
       petty pace from day to day, until the last syllable of recorded time.
       And all our yesterdays have lighted fools the way to dusty death.
     </flowPara>
  </flow>  <path d="M90,40L40,270L260,270L210,40z" fill="none" stroke="black" stroke-width="5"/>
</svg>


--  作者:wwwtiger
--  发布时间:8/8/2006 1:12:00 PM

--  自己顶一下
自己顶一下


[此贴子已经被作者于2006-8-8 15:26:29编辑过]

--  作者:welfred
--  发布时间:8/11/2006 1:17:00 PM

--  
查了一下,ASV不支持这个元素
--  作者:wwwtiger
--  发布时间:8/15/2006 10:06:00 AM

--  
谢谢,看来象LABEL和TEXTBOX这样简单的控件都要自己做了
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
300.781ms