001/*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005package com.kitfox.svg;
006
007/**
008 *
009 * @author kitfox
010 */
011public interface SVGConst
012{
013    public static final String SVG_LOGGER = "svgSalamandeLogger";
014}