SVG引擎開發1

 由於項目關係,對SVG發生了興趣,着手開發一個能夠運行於Windows、Windows Mobile、linux 和MaOSX上的SVG引擎。

進展:
SVG元素 狀況
svg
  • 基本實現
defs
  • 實現
desc
  • 實現
title
  • 實現
metadata
  • 實現
symbol
  • 實現
use
  • 實現
switch
  • 實現
image
  • 實現
style
  • 實現
path
  • 實現
rect
  • 實現
circle
  • 實現
line
  • 實現
ellipse
  • 實現
polyline
  • 實現
polygon
  • 實現
text
  • 實現
  •  
span
  • 實現
tref
  • 未實現
textPath
  • 實現
altGlyph
  • 未實現
altGlyphDef
  • 未實現
altGlyphItem
  • 未實現
glyphRef
  • 未實現
marker
  • 實現
color-profile
  • 未實現
linearGradient
  • 實現
radialGradient
  • 實現
stop
  • 實現
pattern
  • 實現
clipPath
  • 實現,但算法有問題
mask
  • 實現
filter
  • 未實現
feBlend
  • 未實現
feColorMatrix
  • 未實現
feComponentTransfer
  • 未實現
feComposite
  • 未實現
feConvolveMatrix
  • 未實現
feDiffuseLighting
  • 未實現
feDisplacementMap
  • 未實現
feFlood
  • 未實現
feGaussianBlur
  • 未實現
feImage
  • 未實現
feMerge
  • 未實現
feMergeNode
  • 未實現
feMorphology
  • 未實現
feOffset
  • 未實現
feSpecularLighting
  • 未實現
feTile
  • 未實現
feTurbulence
  • 未實現
feDistantLight
  • 未實現
fePointLight
  • 未實現
feSpotLight
  • 未實現
feFuncR
  • 未實現
feFuncG
  • 未實現
feFuncB
  • 未實現
feFuncA
  • 未實現
cursor
  • 未實現
a
  • 部分實現
view
  • 未實現
script
  • 部分實現
animate
  • 未實現
set
  • 未實現
animateMotion
  • 未實現
animateTransform
  • 未實現
animateColor
  • 未實現
mpath
  • 未實現
font
  • 實現
font-face
  • 實現
glyph
  • 實現
missing-glyph
  • 實現
hkern
  • 實現
vkern
  • 實現
font-face-src
  • 未實現
font-face-uri
  • 未實現
font-face-format
  • 未實現
font-face-name
  • 未實現
definition-src
  • 未實現
foreignObject
  • 未實現

 


2008.3.5

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章