Skip to content

Commit

Permalink
Move SVG->PNG, JPG, PDF, SVG client side.
Browse files Browse the repository at this point in the history
Add javascript libraries.
Remove server side code
Update struts config
Update gradle build to remove batik
  • Loading branch information
mriffle committed Jun 28, 2019
1 parent 30d6ea0 commit 774c9e9
Show file tree
Hide file tree
Showing 12 changed files with 2,530 additions and 2,481 deletions.
6 changes: 0 additions & 6 deletions proxl_web_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ dependencies {

// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.9'



// Apache Batik: For creating JPEG and PNG images from SVG in class ConvertAndDownloadSVGAction
// https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-all
compile group: 'org.apache.xmlgraphics', name: 'batik-all', version: '1.11' // removed since didn't work: , ext: 'pom'

// Apache FOP: For creating PDF file from SVG in class ConvertAndDownloadSVGAction
// https://mvnrepository.com/artifact/org.apache.xmlgraphics/fop
Expand Down

0 comments on commit 774c9e9

Please sign in to comment.