svnno****@sourc*****
svnno****@sourc*****
2010年 3月 28日 (日) 23:19:48 JST
Revision: 1764 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1764 Author: dhrname Date: 2010-03-28 23:19:48 +0900 (Sun, 28 Mar 2010) Log Message: ----------- CSS2Propertiesの並び替えによる最適化 Modified Paths: -------------- branches/ufltima/dom/css.js Modified: branches/ufltima/dom/css.js =================================================================== --- branches/ufltima/dom/css.js 2010-03-28 14:19:07 UTC (rev 1763) +++ branches/ufltima/dom/css.js 2010-03-28 14:19:48 UTC (rev 1764) @@ -458,6 +458,22 @@ *さらにSVG CSSを付け加えている */ var CSS2Properties = { + fill : "black", + fillOpacity : "1", + fillRule : "nonzero", + stroke : "none", + strokeDasharray : "none", + strokeDashoffset : "0", + strokeLinecap : "butt", + strokeLinejoin : "miter", + strokeMiterlimit : "4", + strokeOpacity : "1", + strokeWidth : "1", + +//# Gradient properties: + + stopColor : "black", + stopOpacity : "1", azimuth : "center", // raises(dom::DOMException) on setting //簡略プロパティに関しては、初期値を再考せよ @@ -599,11 +615,6 @@ floodOpacity : "1", lightingColor : "white", -//# Gradient properties: - - stopColor : "black", - stopOpacity : "1", - //# Interactivity properties: pointerEvents : "visiblePainted", @@ -614,23 +625,12 @@ colorInterpolationFilters : "linearRGB", colorProfile : "auto", colorRendering : "auto", - fill : "black", - fillOpacity : "1", - fillRule : "nonzero", imageRendering : "auto", marker : "", markerEnd : "none", markerMid : "none", markerStart : "none", shapeRendering : "auto", - stroke : "none", - strokeDasharray : "none", - strokeDashoffset : "0", - strokeLinecap : "butt", - strokeLinejoin : "miter", - strokeMiterlimit : "4", - strokeOpacity : "1", - strokeWidth : "1", textRendering : "auto", //# Text properties: