X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=misc%2Fsvg.txt;fp=misc%2Fsvg.txt;h=ba0dc08442de78e92d6504efb239bcbbbf69098f;hp=0000000000000000000000000000000000000000;hb=abad13c38a0e0410758f93c91d5e1cfee2b77ee6;hpb=3fc0193d90b6ac22c21b3e0c3c129ed9c3e089bc diff --git a/misc/svg.txt b/misc/svg.txt new file mode 100644 index 0000000..ba0dc08 --- /dev/null +++ b/misc/svg.txt @@ -0,0 +1,19 @@ +======================================================================== +Next release: + - backbuffer="true|false|mask|filter" + - filters (filtering of a group must be performed AFTER the group is assembled) + - arbitrary alpha channeling + - DirtyRegion needs to use microtile arrays + + - need svg.xwt + - need sax-in-template + - text-along-a-path using readback from path attribute + - non-hairline lines as stroke-to-fill conversion + - includes mitre, bevel, and bump joins + - dashed lines as intermediate conversion + + v1.1 + - subtree sharing? otherwise the memory consumption might be outrageous... clone="" attribute? + - faster gradients and patterns: + - transform each corner of the trapezoid and then interpolate + - bilinear transforms?