linuxwacom / libwacom

libwacom is a tablet description library
Other
336 stars 173 forks source link

Should SVGs have the screen/tablet area in them? #832

Open redstrate opened 1 week ago

redstrate commented 1 week ago

I notice that some SVGs have what appears to be the tablet area or screen as a rect, and they don't seem to have an id on them either. Is this intentional, and is this something we should start adding to SVGs?

whot commented 1 week ago

yeah, it's... intended. there's a bit of a problem with the SVGs in that for years gnome was the only user of them so there's a fair bit of cross-pollination on what they should look like. OTOH having each project reproduce the SVGs is not smart either so we're stuck with what they have. IMO adding the outlines with a good ID would be the right thing to do but it's a fair bit of effort. I'd merge patches that do this though.

This somewhat goes double because the long-term plans for GNOME are to switch away from the current OSD anyway so an SVG with outline would also be more useful there.