summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/svg/SVGConst.java
blob: a46ad043b163eca254a0dacfb6be8e65c6845e63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.kitfox.svg;

/**
 *
 * @author kitfox
 */
public interface SVGConst
{
    public static final String SVG_LOGGER = "svgSalamandeLogger";
}