diff --git a/README.md b/README.md index ee5bbd1..5415c63 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ There are some demonstration applications in the [JFree-Demos](https://github.co Include ------- -JFreeSVG is published to the Central Repository. You can include it in your projects with the following dependency: +JFreeSVG is published to the Central Repository. You can include it in your projects with the following dependency (once the release is done): org.jfree @@ -40,6 +40,14 @@ JFreeSVG is published to the Central Repository. You can include it in your pro 4.0 +To use JFreeSVG with Java 8, you can use the following: + + + org.jfree + jfreesvg + 3.4 + + For developers using the Java Module System, from version 4.0 JFreeSVG is a modular library with the module name `org.jfree.svg`. diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html deleted file mode 100644 index f2c6e13..0000000 --- a/src/main/javadoc/overview.html +++ /dev/null @@ -1,28 +0,0 @@ - - -

JFreeSVG is a vector graphics library for the Java(tm) platform - that allows Java2D drawings to be rendered to Scalable Vector Graphics (SVG) - via a {@link org.jfree.graphics2d.svg.SVGGraphics2D} implementation. For - typical usage, see the class description for the SVGGraphics2D - class and the demo applications included in the JFreeSVG distribution.

- -

Dependencies
- JFreeSVG requires Java 6 or later. For more information, see - - http://www.jfree.org/jfreesvg/index.html.

- -

Samples
- Here are a couple of samples created using JFreeSVG, the chart on the left - is created using JFreeChart - and the chart on the right is created using - Orson Charts.

-

- - - - - -
-

- -