Bill Dwyer
Bill Dwyer
Hey thanks for this contribution. I'm still reviewing the performance implications of the new iteration in the line renderer. At high scale, this can have a significant impact on perf....
In your fiddle @realph the inner and outer padding was set to 0.1, but if you set it to 0, it looks to me like it does go edge-to-edge: http://jsfiddle.net/5y0y4hj1/...
it's more relevant to discuss when the cache is invalidated. one cause of too-frequent cache invalidation is calling `computeLayout`, which is, e.g., invoked by `redraw`
perhaps your font is computing a ligature between 2 and 7?
This is awesome! Do you agree that I can copy your implementation and release it in this library, @fhemsher?
seen.js renders to regular old 2D canvas as well as SVG. I believe seen.js can render your 3D model in SVG. Take a look at the example of importing a...
No plans, currently. It would probably be a bit of effort and I'd have to re-write the build tools. What are the key advantages to doing so?
At this point the best contender is typescript, though I cannot give concrete dates on availability.
Consider this example @GreLI. This defs/mask/use structure is typical of some graphics programs output like Illustrator or Sketch. With IDs: ``` svg ``` Optimized by inlining referenced element: ``` svg...
Thanks for taking the time to file this. I'll be looking into this over the next week or two On Friday, December 18, 2015, Sandy McArthur [email protected] wrote: > Handprint.buildAll()...