Re: Intent to Implement: adding vector effects non-scaling-size, non-rotation and fixed-position to SVG

2017-01-26 Thread ktecramin99
2017年1月27日金曜日 9時44分30秒 UTC+9 Daniel Holbert: > On 1/3/17 4:48 PM, ktecrami...@gmail.com wrote: > >> e.g. It seems like introductory notes example could just use a > >> separate SVG element that had fixed positioning instead of needing to build > >> fixed-position into SVG. > > > > By "introductory

Re: Intent to Implement: adding vector effects non-scaling-size, non-rotation and fixed-position to SVG

2017-01-03 Thread ktecramin99
Hi Jeff > I'm concerned about the complexity this will add to the SVG implementation > as we're looking to transition to WebRender. if WebRender supports currently implemented "non-scaling-stroke", new modifications must be nothing more than recalculating CTM for those new effects. > Can the de

Re: Intent to Implement: adding vector effects non-scaling-size, non-rotation and fixed-position to SVG

2016-12-28 Thread ktecramin99
> Does this change any invariants that we depend on in terms of how > SVG images with a viewBox respond to size changes by scaling? To be able to answer your question, please kindly write an example of what kind of invariant or what kind of use-case concerns you. Also please refer to following l

Re: Intent to Implement: adding vector effects non-scaling-size, non-rotation and fixed-position to SVG

2016-12-27 Thread ktecramin99
> Is this a new SVG2 feature? yes, to be more precise, it is an extension of existing "non-scaling-stroke", which is already released in Gecko. > How stable is the spec? Are there any tests to test interop? "non-scaling-size" and "non-rotation" spec are fix and "fix-position" spec is under revi

Intent to Implement: adding vector effects non-scaling-size, non-rotation and fixed-position to SVG

2016-12-26 Thread ktecramin99
Intent to Implement: adding vector effects non-scaling-size, non-rotation and fixed-position to SVG Summary To offer vector effects regarding special coordinate transformations and graphic drawings as described in following Spec link, SVG Tiny 1.2 introduced the vector-effect