org.vectomatic.dom.svg.ui
Annotation Type ExternalSVGResource.Validated


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface ExternalSVGResource.Validated

Specifies additional options to control how an SVG is bundled.


Optional Element Summary
 boolean validated
          If true, the SVG resource will be validated against SVG 1.1 schema.
 

validated

public abstract boolean validated
If true, the SVG resource will be validated against SVG 1.1 schema. Use false value if you need to disable validation

Default:
true


Copyright © 2012. All Rights Reserved.