.. |
imagelib
|
JSLint extensions
|
2014-02-12 09:38:38 +00:00 |
shapelib
|
Remove dupe keys in JSON
|
2014-02-12 07:58:46 +00:00 |
allowedMimeTypes.php
|
Minor clean-up; UTF-8 for SVG
|
2014-02-02 01:06:25 +00:00 |
closepath_icons.svg
|
Another tweak to the close_path icons
|
2010-02-20 16:43:52 +00:00 |
ext-arrows.js
|
JSLint extensions
|
2014-02-12 09:38:38 +00:00 |
ext-closepath.js
|
JSLint extensions
|
2014-02-12 09:38:38 +00:00 |
ext-connector.js
|
Properly-formed URLs will not have spaces, so no need to replace; no need for "/" escaping unless within HTML doc; properly encode loadingImage window text; support loading of (properly URL encoded) non-base64 "data:image/svg+xml;utf8,"-style data URIs
|
2014-04-08 01:31:22 +00:00 |
ext-eyedropper.js
|
JSLint extensions
|
2014-02-12 09:38:38 +00:00 |
ext-foreignobject.js
|
Properly-formed URLs will not have spaces, so no need to replace; no need for "/" escaping unless within HTML doc; properly encode loadingImage window text; support loading of (properly URL encoded) non-base64 "data:image/svg+xml;utf8,"-style data URIs
|
2014-04-08 01:31:22 +00:00 |
ext-grid.js
|
Minor clean-up
|
2014-04-09 03:44:19 +00:00 |
ext-helloworld.js
|
Minor clean-up
|
2014-04-09 03:44:19 +00:00 |
ext-imagelib.js
|
Rmv extra var. declaration
|
2014-05-22 10:01:51 +00:00 |
ext-imagelib.xml
|
Fixed some imagelib bugs, added nicer icon, nicer buttons
|
2010-08-31 20:31:58 +00:00 |
ext-markers.js
|
Very minor: indent/clean-up
|
2014-02-17 00:46:57 +00:00 |
ext-mathjax.js
|
Minor clean-up
|
2014-04-09 03:44:19 +00:00 |
ext-overview_window.js
|
Minor clean-up
|
2014-04-09 03:44:19 +00:00 |
ext-panning.js
|
JSLint extensions
|
2014-02-12 09:38:38 +00:00 |
ext-panning.xml
|
Adding Padding extension for tablet/mobile devices
|
2013-02-07 13:57:55 +00:00 |
ext-php_savefile.js
|
Apply changes of mmariani in Github extpath branch (https://github.com/mmariani/svg-edit/compare/extpath ) as reported by birbag in issue 1184
|
2014-02-12 03:48:48 +00:00 |
ext-polygon.js
|
Minor clean-up
|
2014-04-09 03:44:19 +00:00 |
ext-server_moinsave.js
|
Move embedapi.html code which is not part of the API into embedapi-dom.js; demo export PDF in embedded editor; add new exportPDF method to canvas (and exposed to embedded editor) which can support JSON-able data URI string response, removing PDF exporting from rasterExport; JSLint; move dependency checking code for canvg and jsPDF to utilities; simplify Utils calls; allow for custom PDF export handler (but not yet implemented in server-based extensions); import PDF todo
|
2014-05-22 10:21:29 +00:00 |
ext-server_opensave.js
|
todo
|
2014-05-22 11:24:18 +00:00 |
ext-shapes.js
|
Minor clean-up
|
2014-04-09 03:44:19 +00:00 |
ext-shapes.xml
|
Created and included path library extension, based on data by Christian Tzurcanu. Takes care of most of issue 541
|
2010-07-09 19:09:37 +00:00 |
ext-star.js
|
Properly-formed URLs will not have spaces, so no need to replace; no need for "/" escaping unless within HTML doc; properly encode loadingImage window text; support loading of (properly URL encoded) non-base64 "data:image/svg+xml;utf8,"-style data URIs
|
2014-04-08 01:31:22 +00:00 |
ext-storage.js
|
Ensure top URL will change in case it wishes to react according to storagePrompt param (such as in the embedded editor).
|
2014-02-22 05:19:50 +00:00 |
ext-webappfind.js
|
Apply changes of mmariani in Github extpath branch (https://github.com/mmariani/svg-edit/compare/extpath ) as reported by birbag in issue 1184
|
2014-02-12 03:48:48 +00:00 |
ext-xdomain-messaging.js
|
Critical privacy/data integrity fix: Move cross-domain capable message listener into own extension (ext-xdomain-messaging.js) and do not include by default (the extension now won't work anyways without an allowedOrigins config first being set (in config.js) for security reasons (and not via URL)); add allowedOrigins config and demo use in config-sample.js; JSLint; update embedapi.html to supply the xdomain extension in case running xdomain (again, allowedOrigins must be supplied in the local copy of config.js for this to work); modify embedapi.js to allow reuse of cross-domain API with same-domain usage, but without the intermediate JSON parsing which could lose some non-JSONable arguments or response.
|
2014-02-22 04:08:24 +00:00 |
eyedropper-icon.xml
|
Issue 115: First attempt at an eye-dropper extension/tool. Also add color-interpolation-filters attribute to whitelist
|
2010-03-29 03:22:42 +00:00 |
eyedropper.png
|
Issue 115: First attempt at an eye-dropper extension/tool. Also add color-interpolation-filters attribute to whitelist
|
2010-03-29 03:22:42 +00:00 |
fileopen.php
|
Minor clean-up; UTF-8 for SVG
|
2014-02-02 01:06:25 +00:00 |
filesave.php
|
Minor clean-up; UTF-8 for SVG
|
2014-02-02 01:06:25 +00:00 |
foreignobject-icons.xml
|
Made extension improvements to svg-editor.js and added foreignObject plugin based on patch by Jaques Distler (disabled by default)
|
2010-02-16 21:07:13 +00:00 |
grid-icon.xml
|
Added excellent grid/snapping extension by redou.mine
|
2010-09-09 12:46:02 +00:00 |
helloworld-icon.xml
|
Made SVG icons no longer require a viewBox to display properly
|
2010-03-30 15:28:57 +00:00 |
markers-icons.xml
|
Added Spanish translation (in progress) by Alicia Puerto, fixed bug where circle icon used circle marker icon
|
2010-06-08 18:40:13 +00:00 |
mathjax-icons.xml
|
Adding mathjax extension
|
2013-04-12 19:25:18 +00:00 |
polygon-icons.svg
|
Added Star and Polygon Extensions - Looks like Firefox recently broke something and shows mitre ends too long. USed to work great, Chrome is fine. v.2
|
2013-01-18 18:05:41 +00:00 |
savefile.php
|
Avoid URL decoding; remove dead code; add encoding to XML Declaration in php_savefile extension
|
2014-02-01 16:42:46 +00:00 |
star-icons.svg
|
Added Star and Polygon Extensions - Looks like Firefox recently broke something and shows mitre ends too long. USed to work great, Chrome is fine. v.2
|
2013-01-18 18:05:41 +00:00 |
webappfind-icon.svg
|
Add WebAppFind extension and icon (depends on WebAppFind add-on and executables)
|
2013-10-14 00:10:43 +00:00 |