Enum OperationSvgFormat.GraphicsStateModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationSvgFormat.GraphicsStateModeEnum>
    Enclosing class:
    OperationSvgFormat

    public static enum OperationSvgFormat.GraphicsStateModeEnum
    extends Enum<OperationSvgFormat.GraphicsStateModeEnum>
    Selects the SVG syntax used for formatting graphics states. * verbose = Writes verbose graphics states and groups and always prefers direct path definitions. * centralize = Writes compact graphics states and groups and centralizes formatting instructions, also utilizes the \"use\" syntax to prepare and reference indirect paths. (May not be readable by some SVG viewers.)