I used cairo-trace while converting Dart.svg to pdf and can confirm the huge number of stops is caused by cairo. It is the reflect that is causing it. I need to find a more optimal way to make cairo repeat/reflect gradients.
I highly recommend using the cairo-trace tool when debugging cairo export problems. For example: cairo-trace inkscape -A Dart.pdf Dart.svg then open the inkscape.nnnnn.trace file to see all the calls to cairo. There are only 3 calls to cairo_pattern_add_color_stop_rgba(). -- Exporting patterns and gradients doesn't work for PDF / EMF https://bugs.launchpad.net/bugs/168610 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
