Changes between Initial Version and Version 1 of Ticket #24793


Ignore:
Timestamp:
2026-07-07T14:04:59+02:00 (10 days ago)
Author:
Kilkenni
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24793 – Description

    initial v1  
    1 While working on some icons, I've found that certain SVG features do not display properly in JOSM. Specifically, the paint-order directive [https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/paint-order|described in MDN] is ignored.
     1While working on some icons, I've found that certain SVG features do not display properly in JOSM. Specifically, the paint-order directive described in MDN [https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/paint-order] is ignored.
    22
    33Afaik, it is a part of the SVG2 standard, but it's quite established at this point and has been supported by modern browsers for 5+ years. Is this a problem with the SVG engine in JOSM?