robot
最新文章(10)
Mqskit 和其它相關工具
CPython 的 GC 二、三事
寫 Mecurial Extension 是件快樂的事!
Mozilla 台灣辨公室徵人啟事
關於 Apple 的兩項專利
core dump 之前的 frame
怎麼發出 beep 聲?
先承認你要找的是奴才吧!
程式碼要清的多乾淨?
FreeBSD 的 Thread-Local Storage 實作
首頁
新編
最新留言
Entries RSS
重要關鍵字(10)
coding (122)
Python (93)
FreeBSD (71)
WEB (61)
URL (48)
hardware (46)
javascript (36)
Linux (34)
blog (30)
C++ (16)
所有關鍵字
新增 URL
SVG 創造可能性
by thinker
2 Columns
關鍵字:
WEB
雜記
下面是 linkname:SVG http://www.w3.org/Graphics/SVG/ $範例$,$Firefox$ 可以正常觀看,IE 就不知道了。透過 SVG 、$javascript$ 和 DOM,在 $WEB$ 上提供小畫家也變的可能了(不使用 flash、Java 或其它 plugin)。這意謂著,幾乎任 desktop 軟體能做到的畫面效果,$WEB$ 平臺也可以做的到。 {{{ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body> test <textarea style="margin-left: 100px"> $test$ sfjslfjslf $test$ </textarea> <br/> <parent xmlns="http://example.org" xmlns:svg="http://www.w3.org/2000/svg"> <!-- parent contents here --> <svg:svg width="4cm" height="8cm" version="1.1"> <svg:ellipse cx="2cm" cy="4cm" rx="2cm" ry="1cm" /> </svg:svg> <!-- ... --> </parent> </body> </html> }}} 下面是 $Firefox$ 的畫面 [attach:sample-svg.gif]
最後更新時間: 2006-08-27 13:45:49 CST |
引用
查詢:
COMMENTS: