eclipse-birt / birt

Eclipse BIRT™ The open source reporting and data visualization project.
http://www.eclipse.org/birt
Eclipse Public License 2.0
451 stars 389 forks source link

Try to eliminate BIRT's org.w3c.sac bundle which is just a wrapper for the flute CSS parser #1480

Closed merks closed 12 months ago

merks commented 12 months ago

We can instead use org.apache.batik.css.parser.Parser. We already depend on Batik.

merks commented 12 months ago

I think/hope the last thing to delete is the following axis thing:

image

I'm investigating the equivalent replacement here:

https://github.com/eclipse-orbit/orbit-simrel/issues/16