Last change
on this file since 6235 was 6002, checked in by Don-vip, 12 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
|
Rev | Line | |
---|
[6002] | 1 | /*
|
---|
| 2 | * To change this template, choose Tools | Templates
|
---|
| 3 | * and open the template in the editor.
|
---|
| 4 | */
|
---|
| 5 | package com.kitfox.svg;
|
---|
| 6 |
|
---|
| 7 | /**
|
---|
| 8 | *
|
---|
| 9 | * @author kitfox
|
---|
| 10 | */
|
---|
| 11 | public interface SVGConst
|
---|
| 12 | {
|
---|
| 13 | public static final String SVG_LOGGER = "svgSalamandeLogger";
|
---|
| 14 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.