<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
Its should generate the SVG as seen here:[removed]var graphitiPath = "../assets/js/graphiti/";[removed]
[removed]var graphitiPath = "<?php echo Uri::create('assets/js/graphiti/'); ?>";[removed]
It looks like you're new here. If you want to get involved, click one of these buttons!