Felix Queißner

Results 232 comments of Felix Queißner
trafficstars

I wonder how i would implement them in my renderer (which uses a signed distance function for lines) Which line caps would the dashes/dots have?

Dashed lines are still under consideration, need to think some more about it. Tempted to accept them though, as they are a really useful feature for technical drawings.

I got a really nice idea on encoding right now: The encoding for the dashed lines consists of a single byte `pattern` as well as a `length` unit for *pattern...

I'm still thinking about this issue, it's definitly a good use case to allow *outer*, *centered* and *inner* stroking, but i'm not sure if the additional rendering complexity is worth...

I accept a slightly modified variant of this: A new command `tag(string)` will be added. There will be no specification about how the tag content is formed, it is just...

Yes, this is something i'm still considering as it can make repetetive graphics a *lot* smaller. SVG can do that as well

I think this can be implemented reasonably easily by calling the parser/interpreter recursively. As it also reduces the file size, we can load complexer graphics in less memory, so seeking...

Oh yeah, that's a good idea. This would allow a lot of stuff to be made. I'll think a bit about precise semantics, but i'm already happy with the idea....

> Maybe just off a setTransform that takes a full affine matrix as a fallback? This is something i wanna prevent, but maybe it's the smarter idea. Encoding-wise it would...

The default right now is `round`, and this is definitly missing in the spec