summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/svg/package-info.java
blob: ebced401563b18e2857aefe238c3fd312c9d27ba (plain) (blame)
1
2
3
4
5
6
7
8
9
/**
 * Provides the nodes of an SVG scene graph.  This graph can be queried, updated
 * and picked against at runtime.  See the online docs for instructions on
 * how to use SVGSalamander
 *
 * @author <a href="mailto:kitfox@kitfox.com">Mark McKay</a> (C) 2005
 */

package com.kitfox.svg;