Enumeration

GtkSvgFeatures

unstable since: 4.22

Declaration

flags Gtk.SvgFeatures

Description [src]

Features of the SVG renderer that can be disabled.

By default, all features are enabled.

New values may be added in the future.

Available since: 4.22

Members

GTK_SVG_ANIMATIONS

Whether to run animations. If disabled, state changes are applied without transitions.

  • Value: 1
  • Available since: 4.22
GTK_SVG_SYSTEM_RESOURCES

Whether to use system resources, such as fonts. If disabled, only embedded fonts are used.

  • Value: 2
  • Available since: 4.22
GTK_SVG_EXTERNAL_RESOURCES

Whether to load external resources, such as images. If disabled, only embedded images are loaded.

  • Value: 4
  • Available since: 4.22
GTK_SVG_EXTENSIONS

Whether to allow gpa extensions, such as states and transitions.

  • Value: 8
  • Available since: 4.22