Revision 13073 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/styles/SVGStyle.java

View differences:

SVGStyle.java
74 74
	private GraphicsNode gvtRoot;
75 75
	private BridgeContext ctx;
76 76
	private Element elt;
77
	
77

  
78 78
	protected static RenderingHints defaultRenderingHints;
79 79
    static {
80 80
        defaultRenderingHints = new RenderingHints(null);
......
84 84
        defaultRenderingHints.put(RenderingHints.KEY_INTERPOLATION,
85 85
                                  RenderingHints.VALUE_INTERPOLATION_BILINEAR);
86 86
    }
87

  
87
    /**
88
     * Constructor method
89
     *
90
     */
88 91
	public SVGStyle(){
89 92
		userAgent = new UserAgentAdapter();
90 93
		loader    = new DocumentLoader(userAgent);

Also available in: Unified diff