Static svgcleaner::cli::KEYS [] [src]

pub static KEYS: &'static KeysData<'static> = &KeysData(&["remove-comments", "remove-declarations",
            "remove-nonsvg-elements", "remove-unused-defs", "convert-shapes",
            "remove-title", "remove-desc", "remove-metadata",
            "remove-dupl-lineargradient", "remove-dupl-radialgradient",
            "remove-dupl-fegaussianblur", "ungroup-groups", "ungroup-defs",
            "group-by-style", "merge-gradients", "regroup-gradient-stops",
            "remove-invalid-stops", "remove-invisible-elements",
            "resolve-use", "remove-version", "remove-nonsvg-attributes",
            "remove-unreferenced-ids", "trim-ids", "remove-text-attributes",
            "remove-unused-coordinates", "remove-default-attributes",
            "remove-xmlns-xlink-attribute", "remove-needless-attributes",
            "remove-gradient-attributes", "join-style-attributes",
            "apply-transform-to-gradients", "apply-transform-to-shapes",
            "remove-unresolved-classes", "paths-to-relative",
            "remove-unused-segments", "convert-segments",
            "apply-transform-to-paths", "trim-paths", "join-arcto-flags",
            "remove-dupl-cmd-in-paths", "use-implicit-cmds", "trim-colors",
            "simplify-transforms", "coordinates-precision",
            "properties-precision", "transforms-precision",
            "paths-coordinates-precision", "indent", "no-defaults",
            "multipass", "allow-bigger-file", "copy-on-error", "quiet",
            "stdout"])