Page MenuHomePhabricator

Come up with less stupid approach to line svgs
Open, Needs TriagePublic

Description

svgs should have transform capabilities - we should really only need the four sizes at most, and then just rotate for all the rest, set colour, etc. Having 16 images that are all basically the same is silly.

Even the four sizes could just be length transforms.

Event Timeline

Given they'll all likely need to be converted to absolutely positioned elements per T213343, unless I'm missing something really dumb, using RL to dynamically create the file for a class for each configuration (like colours, or doing that too) would probably be the best approach.

Pseudoelements! Nevermind svg capabilities, just pseudoelement everything!