SVG in APEX provides "Best Practice" examples about how to use SVG images and areas in Oracle Application Express (APEX). The application specifically provides examples for three SVG frameworks (Raphaël,Mapael and SVG.js) and shows what is possible with these two frameworks in APEX. Every SVG solution is provided by an basic implementation "how to" example and goes on with further complex business cases to show their unique possibilities.
##Changelog
##Documentation / Installation guide
###1. Database
Use a blank schema to deploy the Application, it can be easily created by the APEX-Wizard (internal Schema). Log in to your schema and run the following Scripts step-by-step:
-ddl.sql
-dml1.sql
-dml2.sql
If the Scripts run fine commit the DML operation.
###2. APEX Login to your workspace where the schema is assigned and import the application. You can use any APP-ID you want. The login is configured for APEX schema users.
##Howto In the folder "howto_video" are gifs images includes examples about the different SVG solutions.
##Credits The Application is based on a talk at the DOAG 2016 from Tobias Arnhold (www.apex-at-work.com, https://twitter.com/tobias_arnhold) and Sebastian Reinig (https://twitter.com/sebbe_33).