source: josm/trunk/src/com/kitfox/svg/package-info.java@ 9514

Last change on this file since 9514 was 8084, checked in by bastiK, 9 years ago

add svn:eol-style=native for svgsalamander

  • Property svn:eol-style set to native
File size: 289 bytes
Line 
1/**
2 * Provides the nodes of an SVG scene graph. This graph can be queried, updated
3 * and picked against at runtime. See the online docs for instructions on
4 * how to use SVGSalamander
5 *
6 * @author <a href="mailto:kitfox@kitfox.com">Mark McKay</a> (C) 2005
7 */
8
9package com.kitfox.svg;
Note: See TracBrowser for help on using the repository browser.