source: osm/applications/editors/josm/plugins/importvec/src/com/kitfox/svg/package-info.java@ 23707

Last change on this file since 23707 was 23707, checked in by upliner, 14 years ago

Add importvec plugin stub

File size: 459 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 * Package was simplified by Upliner by removing anything that is not needed
9 * for importing SVGs in JOSM
10 * <a href="xvmv@mail.ru">Upliner</a> (C) 2010
11 */
12
13package com.kitfox.svg;
Note: See TracBrowser for help on using the repository browser.