Keenan Crane
                                            Keenan Crane
                                        
                                    I'm also seeing this bug whenever I try to use more than one SVG in the same Style.
Layout passes can also be thought of as giving priority to different objectives in a very clear, “hard” way that doesn’t suffer from the pain of having to tweak the...
> Can we provide automatic default passes that are "good enough" for certain types of diagrams @wodeni An obvious candidate is doing labels last. But even detecting which Style rules...
Note that it should be possible to both: - override default parameters that are already set by Penrose - set default parameters that are not yet set by Penrose (e.g.,...
Here's another example (from a real Style program) where it would be nice to apply a set of parameters, rather than having to type them out one at a time:...
@samestep Can you make a wiki page about what the registry is and how to add examples? In this case it seems like a symptom of a deeper issue (not...
Mea culpa. Thank you @samestep.
Ah, I see. It's a rotation by zero, around a point that's actually not random (probably just the center of the text). Still, we shouldn't be printing this garbage if...
I'm not sure I really understand all the issues here, but in a lot of graphics systems there are often named types for 2D, 3D, and 4D vectors, as well...
As far as implementation is concerned, our prime directive should be: **No consideration comes before performance.** We of course want to be mindful of things like code duplication, maintainability, etc.,...