0

I am currently using rsvg in Python to separate Svggroups. I got it working so that rsvg loads a single group ... alas all the transparent space around that still remains.

Is there a gtk functionallity to cut away all this space?

Thanks for all the answers!

wuschelhase
  • 1,084
  • 1
  • 9
  • 17

1 Answers1

0

There's nothing built-in but it's fairly simple to code it (walk over pixels, find the transparent ones). Unfortunately walking over pixels in python is probably slow.

Havoc P
  • 8,365
  • 1
  • 31
  • 46