source: josm/trunk/src/com/kitfox/svg/SVGConst.java@ 8083

Last change on this file since 8083 was 6002, checked in by Don-vip, 11 years ago

fix #8742 - update svgsalamander to release 0.1.18+patch (fix bug SVGSALAMANDER-26) -> allow to open more SVG files

File size: 264 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package com.kitfox.svg;
6
7/**
8 *
9 * @author kitfox
10 */
11public interface SVGConst
12{
13 public static final String SVG_LOGGER = "svgSalamandeLogger";
14}
Note: See TracBrowser for help on using the repository browser.