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

Last change on this file since 7676 was 4256, checked in by bastiK, 13 years ago

see #6560 - basic svg support, includes kitfox svgsalamander, r 98, patched

File size: 297 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.