dojox.gfx tests

translucent rect with rounded strokerect.png
translucent rect with no strokestraight_rect.png
30g CCW blue translucent rounded rectrotated_rect.png
skewed rectsskew_rect.png
all matrix operations, check debug output for more detailsmatrix_rect.png
translucent green circlecircle.png
arcTo: from 0 to 360 degree, w/ 30 degree of x axis rotation, rendered with different colorarcTo.png
straight red lineline.png
translucent cyan ellipseellipse.png
unfilled open polylinepolyline.png
filled polygonpolygon.png
lineTo, moveTo, closePathlineTo.png
setPath example with lineTo moveTosetPath.png
curveTo, smoothCurveTocurveTo.png
curveTo, smoothCurveTo with relative coordinationcurveTo2.png
linear gradient filllinearGradient.png
radial gradient fillradialGradient.png
Clear Close
EXPERIMENTAL: dojox.gfx.svg -- APIs subject to change without notice.
rotated_rect
blue_rect: rect with identity
lime_rect: translate(30,40)
red_rect: rotate 30 degree counterclockwise
lightblue_rect: scale(1.5, 0.5)
pink_rect: flipX
yellow_rect: flipY
purple_rect: flipXY
purple_rect: skewXg 15 degree
black_rect: skewXg 50 degree