RsvgHandleFlags

RsvgHandleFlags: @RSVG_HANDLE_FLAGS_NONE: none @RSVG_HANDLE_FLAG_UNLIMITED: Allow any SVG XML without size limitations. For security reasons, this should only be used for trusted input!

Values

ValueMeaning
NONE0
UNLIMITED1 << 0
KEEP_IMAGE_DATA1 << 1

Meta

Since

2.40.3 @RSVG_HANDLE_FLAG_KEEP_IMAGE_DATA: Keeps the image data when loading images, for use by cairo when painting to e.g. a PDF surface. This will make the resulting PDF file smaller and faster. 2.40.3