Jacques Distler
86a53d1dfa
Task of Sisyphus: Filter bogus attributes generated by Gecko (again)
2010-04-28 11:54:56 -05:00
Jacques Distler
d1678ceb49
Sync with SVG-Edit 2.5beta
2010-04-28 00:22:49 -05:00
Jacques Distler
79a2299363
Content-Type of Cached Files with Period in Name
...
Monkey patch to prevent ActionCache from overriding
the correct content-type header, when serving cached
pages with a "." in the name. (Thanks to Jason Blevins)
Also sync with latest SVG-Edit.
2010-04-18 12:55:02 -05:00
Jacques Distler
324cc12320
Gaussian Blur (and other fun stuff)
...
Sync with latest SVG-edit.
2010-04-12 00:33:24 -05:00
Jacques Distler
6d5db0739a
Buglet in latest SVG-Edit
...
Sync with latest SVG-Edit.
Among other things, fixes Issue 512.
2010-04-06 13:39:21 -05:00
Jacques Distler
da0c6a2ea1
Fix an SVG nonce bug
...
Dunno when this problem with randomized IDs arose.
But it's fixed now.
Also, sync with latest SVG-Edit.
2010-04-01 23:56:21 -05:00
Jacques Distler
5f66f8387e
Latest SVG-Edit
...
Jquery-1.8, and config for extensions.
2010-03-25 02:22:55 -05:00
Jacques Distler
3e6d7faec2
Sync with latest SVG-Edit
2010-03-18 10:32:47 -05:00
Jacques Distler
5167363a2d
Sync with latest SVG-Edit
...
Loading of configuration data via URL query string.
Now no differences, from trunk, in svgcanvas.js or svg-edit.js.
2010-03-15 11:13:22 -05:00
Jacques Distler
9636cab11e
Update to latet SVG-Edit API
2010-03-12 03:50:23 -06:00
Jacques Distler
7e7ae4c6f0
Radial Gradients
...
Sync with latest SVG-Edit, which
supports radial gradients.
2010-03-10 19:02:40 -06:00
Jacques Distler
9ed0772978
Sync with latest SVG-Edit
2010-03-09 12:20:37 -06:00
Jacques Distler
e75c0cc81c
Sync with latext SVG-Edit
...
Subpath tool.
Also make the itex tool a little more selective
(only applies to <foreignObject>s with a <math> firstChild.
2010-03-04 00:05:36 -06:00
Jacques Distler
519f81ab20
Try to make Jeff happy
...
Make use of a nonce for setting SVG-Edit IDs
option. By default, SVG-Edit behaves as before.
Calling svgCanvas.randomizeIds(true) gives our
behaviour, instead.
Also, sync with latest SVG-Edit (but disable,
for now, manual editing of IDs).
2010-02-27 09:49:02 -06:00
Jacques Distler
8a851eeab2
Sync with latest SVG-Edit
...
Fixes Issue 502 (Connector
lines are not re-editable).
2010-02-26 14:51:27 -06:00
Jacques Distler
a1654f1e99
Sync with latest SVG-Edit
2010-02-22 18:53:15 -06:00
Jacques Distler
956d523a4a
Change default line thickness
...
The default stroke-width on various SVG
elements is now 2 (rather than 5).
Also, sync with latest SVG-Edit.
2010-02-20 23:54:20 -06:00
Jacques Distler
f84b4370fa
Make Closepath Icons Work
2010-02-19 16:37:20 -06:00
Jacques Distler
dab8e5daa1
And your little dog, too ...
2010-02-18 21:02:11 -06:00
Jacques Distler
06262ce257
Aother SVG-Edit fix that got lost in the Great Migration
2010-02-18 20:43:57 -06:00
Jacques Distler
ea581a50ae
setCustomhandlers
...
Further whittling away at differences between
Instiki's and the main branch of SVG-Edit.
Now, the saveHandler is set from within the calling
page.
If the editor was opened from Instiki, choosing "Save Image"
now closes the editor window. To leave it open was kinda confusing.
Also sync with latest SVG-Edit changes.
2010-02-17 14:28:00 -06:00
Jacques Distler
4475f02586
Fix SVG-Edit Regression
...
"text" and "foreignObject" tools should not
disable "line" and "freehand" tools.
2010-02-17 08:26:05 -06:00
Jacques Distler
ce47d49e69
SVG-Edit foreignObject tool refactored as an extension
...
Thanks to Alexis Deveria. (Though I did fix one small bug.)
My patch-file is now down to a mere 178 lines (a big
chunk of which is Revision 569).
Also, the font-size for foreignObjects defaults to 16pt,
which will be more useful in Instiki.
2010-02-16 23:14:04 -06:00
Jacques Distler
afcdc932ff
Two SVG-Editor buglets
...
Should not be able to convert a foreignObject
to a path.
#foreignObject_panel should always be initially
invisible.
2010-02-13 22:19:14 -06:00
Jacques Distler
d503100fe9
Mostly cosmetic
...
Sync with latest SVG-Edit.
Tweak an icon.
2010-02-13 00:11:13 -06:00
Jacques Distler
db7bbca920
Minor tweaks to SVG-Edit
...
1) Tweak the edit_foreign icon
2) Make the query parameter matching a little
less dumb (but still very dumb).
2010-02-12 17:38:17 -06:00
Jacques Distler
52d85c6d01
Don't use a data-url
...
Pass the SVG to the editor, using
editor.svgCanvas.setSvgString(selected);
instead. (Suggested by Jeff Schiller)
Fix a bug with line and freehand tools caused
by activating foreignObject tool. (Again, fix
due to Jeff)
Sync with SVG-Edit.
2010-02-12 12:34:56 -06:00
Jacques Distler
e744a697c2
Update edit-foreign icon
...
Also, a tweak to the loading code.
(Needs to be completely rewritten.)
2010-02-12 09:12:01 -06:00
Jacques Distler
502d4f20bb
foreignObject Support in SVG-Edit
...
Added support so that you can
create new foreignObjects, manipulate
existing ones, and edit their content.
No itex support. You need to use MathML
in there. But it's a start ...
2010-02-12 00:01:27 -06:00
Jacques Distler
9047e5d460
Fix SVG-Edit code for rotating objects
...
A little math goes a long way ...
Also pick up some updates from SVG-Edit trunk.
2010-02-10 15:41:47 -06:00
Jacques Distler
d362b886c2
Make Embedded MathML Visible
...
Thanks to Jeff Schiller for tracking
down the problem (and committing
preliminary MathML support to SVG-Edit).
2010-02-10 00:11:14 -06:00
Jacques Distler
7114e46817
Sync with SVG-Edit
2010-02-09 11:44:43 -06:00
Jacques Distler
65b00d8551
A fist stab at foreignObject support
...
Ability to resize (etc) the still-invisible
element.
Also, some improvements from SVG-Edit trunk.
2010-02-08 21:39:35 -06:00
Jacques Distler
bad5beec29
Sync with SVG-edit
2010-02-05 23:17:34 -06:00
Jacques Distler
c3ed5b461b
Preliminary SVG-edit Support
...
WYSIWYG SVG editing.
Still no support for mixed
SVG/MathML content, yet.
2010-02-05 21:36:35 -06:00