Jeff Schiller
b104277fa1
Move getPathBBox() and getBBox() into svgutils.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1840 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-11-05 15:29:30 +00:00
Jeff Schiller
5e140062b8
Hide svgTransformLists from svgcanvas. Fix test HTML file.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1838 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-11-05 14:59:59 +00:00
Jeff Schiller
16ea2a36a5
Move getTransformList() into svgtransformlist.js, move getHref adn setHref into svgutils.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1837 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-11-05 14:43:12 +00:00
Alexis Deveria
985d061674
Fixed bug in HTML that broke editor, fixed scope of some variables
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1836 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-29 13:13:34 +00:00
Jeff Schiller
c5083035ae
Tiny uplift of jgraduate and really check in the Makefile changes this time
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1835 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-29 05:23:25 +00:00
Jeff Schiller
6a74f57cf4
Move snapToAngle() to math.js. Add build rule for Closure compiler in release mode.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1834 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-29 05:09:39 +00:00
Jeff Schiller
33fdd28713
Move math functions into new JS file: math.js. Add new version of Closure compiler.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1833 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-28 16:47:39 +00:00
Alexis Deveria
a439a8fea5
Fixed icons in Opera which were broken due to jQuery 1.4.3
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1832 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-28 16:04:35 +00:00
Jeff Schiller
f97395ced4
Move SVGTransformList out into its own separate JS file
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1831 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-28 06:08:45 +00:00
Jeff Schiller
6218fc42b7
Revert changes of previous revision
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1830 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-28 05:50:39 +00:00
Jeff Schiller
7d81d66d9a
Move history-related classes out into its own JS file: history.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1829 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-28 03:09:19 +00:00
Alexis Deveria
2d9ff7a2e0
Fixed Issue 729: You can move dialog boxes off the page
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1828 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-27 19:28:32 +00:00
Alexis Deveria
357a28ec68
Made root SVG width/height be set to base unit on serialization, fixed minor path drawing bug, fixed Issue 579: Text disappear when low blur is set
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1827 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-27 18:58:34 +00:00
Alexis Deveria
6900460816
Made root SVG width/height be set to base unit on serialization, fixed minor path drawing bug
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1826 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-27 18:15:28 +00:00
Alexis Deveria
2ce416fa7e
Fixed Issue 299: Allow curves to be drawn in path creation mode (like in other editors)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1825 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-27 16:34:15 +00:00
Jeff Schiller
b1d892f703
Fix missing conversion from Utils. to svgedit.Utilities.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1824 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-27 15:49:26 +00:00
Jeff Schiller
653b6b1b19
Slight tweak to background color to increase contrast with buttons
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1823 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-26 17:37:05 +00:00
Jeff Schiller
593beb4215
Move a few more functions into svgutils.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1822 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-26 17:11:23 +00:00
Jeff Schiller
0bd50af99b
Move new modules into a svgedit 'namespace'
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1821 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-26 16:33:44 +00:00
Alexis Deveria
6298d557cf
Fixed bug where test rect was appearing, changed path creation code a bit to prepare for curve creation ability
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1820 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-26 13:56:17 +00:00
Jeff Schiller
91ae501438
Update Makefile for two new JS files
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1819 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-26 07:29:00 +00:00
Jeff Schiller
d8f744fd2f
Move browser support checking into its own JS module
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1818 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-26 07:25:21 +00:00
Jeff Schiller
89d5451cef
Move Utils mostly over to a separate JS file
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1817 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-26 02:48:36 +00:00
Alexis Deveria
8ba573662e
Fixed bug where selection box appeared incorrectly on zoom
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1816 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-25 19:25:38 +00:00
Alexis Deveria
1ff4caa1c6
Fixed bug where selection box wasn't shown on node-selectio
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1815 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-25 16:54:16 +00:00
Alexis Deveria
798704a715
Fixed most ruler bugs on high zoom in/out levels
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1814 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-21 20:30:42 +00:00
Alexis Deveria
f367dde12b
Overhaul of grid extension to make grid appear better and change based on the current unit type
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1813 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-21 17:02:12 +00:00
Alexis Deveria
5aabcff60c
Fixed Issue 724: text tool is broken in chrome, added new pushGroupPropertiesfunction
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1812 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-20 18:07:30 +00:00
Alexis Deveria
7e6b6706cf
Made some optimizations and fixed issue 716: Rotate, move, break link messes up image library image shape
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1811 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-20 13:53:43 +00:00
Alexis Deveria
331659ead0
Uplift to jQuery 1.4.3
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1810 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-19 18:17:37 +00:00
Alexis Deveria
b7e8adca8a
Begin change of unit system - currently no longer uses CSS units to allow decent interoperability
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1809 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-19 17:20:28 +00:00
Alexis Deveria
91f14298e0
Fixed Issue 646: No update of edge positions after shift+rotation on a path
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1808 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-15 19:41:37 +00:00
Alexis Deveria
40dcfdae96
Added text styles to group elements in whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1807 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-15 16:12:00 +00:00
Alexis Deveria
01579b6d24
Added Italian language by Furio Petrossi to trunk
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1805 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-14 18:07:12 +00:00
Alexis Deveria
9dc297862e
Fixed Issue 720: Tree of life doesn't render properly
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1804 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-14 17:54:01 +00:00
Alexis Deveria
23c7ede442
Fixed bug where picker opacity appeared wrong
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1803 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-14 17:35:34 +00:00
Alexis Deveria
ae13b96bdf
Attempt to upgrade the jPicker plug-in to 1.1.5
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1802 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-14 16:54:15 +00:00
Adrian Jones
e02a152d0f
Changed name and hid Show Libraries button when not relevant to avoid confusion
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1801 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-13 23:22:29 +00:00
Alexis Deveria
65020c53c7
Fixed Issue 508: Resizing of <g> with <use> causes problems
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1800 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-13 19:36:47 +00:00
Alexis Deveria
4d01563caf
Removed change call in updateToolbar to improve performance
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1799 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-13 14:40:13 +00:00
Alexis Deveria
9be5126a9f
Fixed Issue 674: FF parsing errors message when viewing SVG code
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1798 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-13 14:33:20 +00:00
Alexis Deveria
368f6e6417
Fixed Issue 718: Gradient missing when opening, but fine when imported
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1797 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-13 14:05:20 +00:00
Alexis Deveria
47bf005209
Fixed part of Issue 719: Patterns not displaying
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1796 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-13 13:27:39 +00:00
Alexis Deveria
1afd4224af
Fixed issue 449: Gradients are not inverted when an element is flipped
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1795 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-12 20:09:37 +00:00
Alexis Deveria
8c43ffa9d0
Overhaul for paint boxes, simplified and reduced code required
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1794 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-12 18:35:45 +00:00
Alexis Deveria
289d7a8f41
Fixed issue 713: Fill tool breaks after using gradient and then new image
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1793 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-12 15:20:17 +00:00
Alexis Deveria
bc965b8e58
Mostly fixed Issue 413: Undesired scaling effect on borders while resizing elements, fixed Issue 711: Scale and move of imported image image doesn't work and issue 712: defs not deleted when image library image (symbol) deleted
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1792 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-11 17:16:10 +00:00
Alexis Deveria
2696644a19
Fixed issue 715: Load via ?url= no longer working
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1791 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-11 12:21:37 +00:00
Alexis Deveria
ddbbd53bf6
Fixed issue 377: Raster images don't invert
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1790 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-08 19:48:55 +00:00
Alexis Deveria
89a918a4f0
Fixed bug in last checkin
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1789 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-08 19:38:40 +00:00
Alexis Deveria
39f8a8b499
Optimized remapElement
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1788 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-08 19:25:35 +00:00
Alexis Deveria
d3b2f899a3
Fixed issue 698: failure to xhr load the svg reslts in an unusable svg-edit screen
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1787 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-08 18:21:46 +00:00
Alexis Deveria
884e92dc3a
Fixed issue 625: SVG Data URLs fail to load when ending with an equals (=) character
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1786 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-08 17:54:45 +00:00
Alexis Deveria
e936e96078
Fixed Issue 586: Unit test broken since r1541, made sure other unit tests pass too
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1785 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-08 17:25:11 +00:00
Alexis Deveria
1ef20a3afc
Fixed issue 183: Removing unused gradients causes a problem for Undo
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1784 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-08 16:34:24 +00:00
Alexis Deveria
afc874626f
Made some context menu optimizations
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1783 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-07 20:56:43 +00:00
Alexis Deveria
4d65eaf2f9
Added support for editing inside rotated groups (issue 615), fixed some minor bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1782 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-07 20:20:43 +00:00
Alexis Deveria
58a71b0593
Possibly fixed issue 701: Break link to reference element increases stroke weight
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1781 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-07 19:34:53 +00:00
Alexis Deveria
aea8325858
Fixed bug where imported images would lose their gradient in Firefox
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1780 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-07 17:41:53 +00:00
Jacques Distler
55d7aeab18
Fix bug in serialization of attributes.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1779 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-06 21:05:27 +00:00
Alexis Deveria
e715594ae0
Removed alert from last checkin (sorry)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1778 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-05 20:20:20 +00:00
Alexis Deveria
3a637498c8
Minor optimizations, fixed issue 706: Revision 1774 Spooges icons on Firefox 4.0b
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1777 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-05 18:50:21 +00:00
Alexis Deveria
c23123ab03
Split up doc props and editor prefs, added support for base units (issue 628)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1776 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-05 17:13:00 +00:00
Alexis Deveria
f257722d9f
Minor fix from last revision
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1775 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-04 17:12:29 +00:00
Alexis Deveria
40dd45125c
Fixed part of issue 700, and possibly issue 703
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1774 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-04 16:01:58 +00:00
Alexis Deveria
50b942d0ce
Added basic rulers for issue 628
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1773 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-01 18:59:12 +00:00
Alexis Deveria
d114662767
Changing version from pre-alpha to alpha
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1771 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-30 14:08:13 +00:00
Alexis Deveria
1988023fe0
Fixed issue 697
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1770 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-29 20:32:28 +00:00
Alexis Deveria
e26eb40fcc
Bulk performance improvements by using .indexOf over $.inArray and >= 0
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1769 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-29 18:37:51 +00:00
Alexis Deveria
0dbe3a0b84
Fixed some minor bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1768 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-29 17:36:29 +00:00
Alexis Deveria
7674ea3564
Fixed gradient import bug for webkit browsers
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1765 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-28 20:21:22 +00:00
Alexis Deveria
a8df84c328
Fixed issue 619: Gradient issues with ungrouped imported images
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1764 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-28 18:59:31 +00:00
Alexis Deveria
5aa8cded2c
Fixed issue 694 and some other related text bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1763 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-28 16:57:26 +00:00
Alexis Deveria
69a00c7ffe
Added zoom in/out icons for webkit/gecko browsers
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1762 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-27 18:58:04 +00:00
Adrian Jones
d81ac5b876
Updated labels I forgot to change for Front/Back buttons on top menu
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1761 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-27 14:33:15 +00:00
Adrian Jones
de64f02567
Added Bring to Front and Send to Back options to context menu and changed shortcut keys (fixes bug where shift+up/down changed stacking order while doing a large nudge)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1760 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-27 14:20:20 +00:00
Adrian Jones
06f6297ae3
Fixed broken double click to exit inside group edit mode
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1759 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-25 18:24:21 +00:00
Adrian Jones
9473d93f0a
Updated rotate shortcuts for normal and large increments
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1758 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-25 04:28:57 +00:00
Adrian Jones
3550be8622
Fixed code indenting mistake on last revision :)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1757 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 23:55:03 +00:00
Adrian Jones
92c530d4e5
Added some keyboard shortcuts to context menu
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1756 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 23:51:37 +00:00
Adrian Jones
fe926d32c8
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1755 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 20:35:55 +00:00
Alexis Deveria
5e4c2cab50
Allowed right-click palette color picking for stroke again
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1754 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 18:06:47 +00:00
Alexis Deveria
edda8b149d
Fixed bug in last revision
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1753 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 17:50:44 +00:00
Alexis Deveria
e2401669ad
Fixed issue 692 by applying adrianbjones' patch and making some adjustments
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1752 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 17:44:34 +00:00
Alexis Deveria
d826136331
Fixed some selection related bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1751 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 17:24:42 +00:00
Alexis Deveria
73b2b93bab
Fixed issue 691 by making resetUndoStack public through svgCanvas.undoMgr
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1750 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 16:44:20 +00:00
Alexis Deveria
c363097f50
Made tab/shift+tab cycle through elements as long as no input field is focused
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1749 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-24 16:05:46 +00:00
Alexis Deveria
8f56429b1a
Fixed bug on changing group level in last revision
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1748 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-23 20:04:44 +00:00
Alexis Deveria
7065218adc
Made improvements to in-group editing, includes new panel
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1747 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-23 19:53:43 +00:00
Alexis Deveria
748c3a4057
Fixed bug where selection box of group was incorrect in Webkit
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1746 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-23 16:28:08 +00:00
Alexis Deveria
b9cd59c8ed
Added line to remove matrix on symbols converted to groups, fixes in-group editing
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1745 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-22 19:48:09 +00:00
Alexis Deveria
4a592de0da
Applied patch by daniel.glazman for issue 688
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1744 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-22 19:09:21 +00:00
Alexis Deveria
5fa7df9835
Removed some unused code
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1743 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-22 18:57:29 +00:00
Alexis Deveria
be01fab6bc
Start ability to edit inside groups (issue 615)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1742 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-22 18:42:24 +00:00
Alexis Deveria
1a494c3a42
Made arrow-key nudging work on grid-snap, made shift-arrow move elements by 10x multiple
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1741 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-21 19:22:52 +00:00
Alexis Deveria
2b09b9d8bf
Fixed issue 681
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1740 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-21 15:30:14 +00:00
Alexis Deveria
a0914b8a01
Removed some log calls and changed image lib open option name
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1737 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-21 12:48:44 +00:00
Alexis Deveria
5fad4fdfe0
Added Raphael icons to shape library
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1736 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-21 12:43:38 +00:00
Alexis Deveria
a54a874ffd
Fixed issue 680, added Raphael icons to path lib (thanks Christian)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1735 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-20 20:40:41 +00:00
Alexis Deveria
fb653705d6
Applied patch by bencurthoys to fix embed api
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1734 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-20 18:55:10 +00:00
Alexis Deveria
b79afbde87
More likely fix to issue 679
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1733 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-20 15:13:26 +00:00
Alexis Deveria
79b2634e35
Possible fix for issue 679
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1732 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-20 14:59:00 +00:00
Alexis Deveria
b1268c527d
Fixed issue 678 - opensave extension broken
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1731 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-20 12:49:36 +00:00
Alexis Deveria
99fb199663
Made some optimizations related to selections
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1730 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-17 20:33:33 +00:00
Alexis Deveria
75a1d6d3a3
Fixed some grid snapping bugs (related to freehand and path creation) and made some internal optimizations
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1729 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-17 19:34:23 +00:00
Alexis Deveria
0ac0ab505c
Enabled preview_url for SVGs when given
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1728 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-17 17:58:18 +00:00
Alexis Deveria
95d0cc487b
Made improvements to library importing procedure, allowing metadata to be sent before transfer
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1727 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-17 17:13:15 +00:00
Alexis Deveria
01a5855dbd
Fixed Issue 676: Image library elements not responsive with IE9 beta
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1726 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-17 14:29:22 +00:00
Alexis Deveria
ad1933e297
Made raster images be offset on multi-import too
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1725 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-16 20:25:44 +00:00
Alexis Deveria
1f0e966d1c
Added method of importing multiple images in one go or opening a library image (dropdown list in image library)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1724 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-16 20:10:12 +00:00
Alexis Deveria
4d817ef39c
Fixed bug where textedit mode was being disabled in other browsers
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1723 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-16 16:24:28 +00:00
Alexis Deveria
dea7b5c896
Disabled inbuilt advanced text editing for IE9 until a bug is fixed
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1722 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-16 16:20:48 +00:00
Alexis Deveria
5d67a1a1d8
Bring back layer functionality that was unintentionally removed in r1674
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1721 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-16 14:04:47 +00:00
Alexis Deveria
411dbc49a1
Fixed more IE9 bugs, re-enabled animation in IE
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1720 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-16 12:56:09 +00:00
Alexis Deveria
3e159f2180
Trying streamlined svgicons again
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1719 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-16 12:19:35 +00:00
Alexis Deveria
ef86b8a08a
Reverting jquery.svgicons.js until bug is actually found
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1718 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-15 20:22:51 +00:00
Alexis Deveria
d42b8b919f
Oops, hopefully fixed bug that killed icons in last revision
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1717 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-15 20:18:18 +00:00
Alexis Deveria
fac8fbe1d1
Removed chunks of code for IE9 compat, no longer necessary thanks to fixes in IE9 Beta
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1716 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-15 20:10:43 +00:00
Alexis Deveria
119bf24229
Made optimizations to connector plugin, fixed issue 670 and possibly issue 664
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1714 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-13 19:41:21 +00:00
Alexis Deveria
85ac3dace0
More optimization to element selection
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1713 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-10 19:17:06 +00:00
Alexis Deveria
6c4bc512ff
Added some optimization to element selection
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1712 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-10 18:51:59 +00:00
Jacques Distler
354e5ce9fb
Set grid-snapping preferences in Document Properties dialogue.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1711 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-10 17:40:46 +00:00
Alexis Deveria
d7c30bb45d
Changed CSS selector to make all panels but editor and history hidden by default
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1710 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-10 13:58:34 +00:00
Alexis Deveria
2f767163b0
Made zoom and multi-select boxes flexible regardless of grid snapping, turned snapping off by default
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1707 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-10 13:23:31 +00:00
Alexis Deveria
a6a2e7c469
Made selection of last created element remain when switching to select tool
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1706 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-09 20:10:34 +00:00
Alexis Deveria
9ed94bfc28
Made create->rotate result in switch to select mode
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1705 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-09 17:52:36 +00:00
Alexis Deveria
73fd86ecd9
Fixed Issue 651: Allow selection of last created element while still in creation mode
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1704 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-09 17:38:33 +00:00
Alexis Deveria
2e1dd1816d
Added remaining updates for grid/snapping extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1701 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-09 12:46:34 +00:00
Alexis Deveria
e6dd5ea757
Added excellent grid/snapping extension by redou.mine
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1700 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-09 12:46:02 +00:00
Alexis Deveria
df2fc99450
Fixed last fix that wasn't the right fix
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1699 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-01 12:41:25 +00:00
Alexis Deveria
661f377baa
Fixed bugs caused by last revision
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1697 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-09-01 12:13:26 +00:00
Alexis Deveria
450cc3df8c
Fixed some imagelib bugs, added nicer icon, nicer buttons
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1695 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-31 20:31:58 +00:00
Alexis Deveria
8e721292b8
Fixed issue 616: Rotated object from Image Library import jumps on move
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1694 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-31 14:37:36 +00:00
Alexis Deveria
31dd2a429c
Added canvg callback to opensave extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1693 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-31 13:52:54 +00:00
Alexis Deveria
fd5b3f52cf
Updated canvg and put PNG export in canvg callback
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1692 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-31 13:44:05 +00:00
Alexis Deveria
292dd46316
Fixed issue 657 (color picker)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1689 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-30 17:17:57 +00:00
Alexis Deveria
f37aaf8d39
Made more IE9 fixes, drawing shapes works properly now, as does alignment
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1681 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-25 19:06:23 +00:00
Alexis Deveria
9df823863a
Made icons work in IE9 (with a few minor bugs)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1680 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-25 15:10:43 +00:00
Alexis Deveria
631b2b4054
Made save option cause soure editor to appear in Chrome 5+ and IE9, started IE9 support
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1679 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-23 20:16:27 +00:00
Alexis Deveria
6179ea465b
Fixed issue 631 by giving all visible imported elements an ID
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1678 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-23 15:33:00 +00:00
Alexis Deveria
576f76e671
Fixed bug where matrix transform was left on right-clicked elements, and one where imported SVGs had the same ID as their use elems
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1677 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-23 13:58:51 +00:00
Jacob Brookover
8bedfda8c4
-Null element check for custom interface
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1676 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-21 01:08:24 +00:00
Alexis Deveria
393774760b
Adding shortcut keys to move up/down commands
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1675 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-20 19:27:57 +00:00
Alexis Deveria
ebd0e582df
Added basic context menu implementation of issue 20: Bring Forward/Send Backward Commands
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1674 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-20 14:52:55 +00:00
Alexis Deveria
996336777b
Made certain layer panel menu items be disabled when appropriate
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1673 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-19 20:07:18 +00:00
Alexis Deveria
8345aa43d1
Fixed issue 226 and issue 393, allowing the cloning and merging of layers
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1672 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-19 18:30:19 +00:00
Alexis Deveria
3130f85ac6
Added timeout to PNG export for server_opensave extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1669 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-18 16:45:02 +00:00
Alexis Deveria
1ef6188da3
Fixed issues 491 and 649
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1668 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-18 15:17:41 +00:00
Alexis Deveria
23851a90a8
Uplifted to latest CanVG for <image> support, made sure (most) images will appear in exported canvas
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1667 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-17 20:28:04 +00:00
Alexis Deveria
414832eb60
Possibly fixed issue 429
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1666 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-17 19:02:53 +00:00
Alexis Deveria
16a3d9bc90
Fixed issue 431 by setting a null width/height document's dimensions to that of its contents
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1665 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-17 18:43:05 +00:00
Alexis Deveria
4ba054b7ec
Added Cut, Copy, Paste and Paste in Place options to context menu, adjusted menu's styling
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1664 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-17 18:09:50 +00:00
Alexis Deveria
da4f9dacfa
Added experimental context menu (currently only for deleting elements)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1663 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-16 20:26:06 +00:00
Alexis Deveria
93d6dfa121
Fixed bug caused in r1576 that made path-drawing points and line appear incorrectly when zoomed
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1662 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-16 18:14:21 +00:00
Alexis Deveria
11a318de72
Made new image URL start out empty when changing a data URL, removed part of imagelib description
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1661 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-16 17:53:15 +00:00
Alexis Deveria
7776034753
Applied fix for path arc segment delimiter big by zeware (issue 639)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1660 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-13 15:37:50 +00:00
Alexis Deveria
0930a58411
Added some 2.5.1 fixes to the trunk
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1659 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-08-13 15:30:00 +00:00
Jacob Brookover
81512c8cb7
-Simple null check that allows setting a default font for the text tool before the program loads.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1653 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-30 20:41:07 +00:00
Alexis Deveria
30248d4790
Fixed several minor bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1652 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-29 19:43:52 +00:00
Alexis Deveria
bcbb43ec91
Fixed import bug for Webkit browsers
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1651 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-29 17:49:28 +00:00
Alexis Deveria
e79a15f22a
Fixed bug in last revision where labels for imported images weren't showing
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1650 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-29 15:22:09 +00:00
Alexis Deveria
35ac12a3c9
Made all imported SVGs be placed in the defs with corresponding use elements, added button to convert a use elem to its reference element. Also fixed some minor bugs.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1649 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-29 15:09:49 +00:00
Jacob Brookover
d3f14f2d6e
-Allow users to specify alternate CSS and path information for jGraduate/jPicker via setConfig
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1647 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-27 20:25:50 +00:00
Alexis Deveria
2642cfd21c
Fixed issue 624 by using double quotes in XML prolog
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1646 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-27 15:38:23 +00:00
Alexis Deveria
0d1284ca23
Implemented new icon size scaling method
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1645 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-27 13:37:52 +00:00
Jacob Brookover
32aec94b36
-Fix for Issue 618 - insert a check to prevent extension callback from running until $.svgIcons is finished
...
-Temporary Fix for Issue 620
-Fix for Issue 626
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1644 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-26 17:48:02 +00:00
Alexis Deveria
b2f2df4eac
Added convert-to-group option for SVG elements, added label (title) field for groups/SVGs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1643 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-22 19:10:51 +00:00
Alexis Deveria
1a9b08bed6
Made editor work better locally in Chrome 5, fixed some minor bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1642 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-21 17:12:57 +00:00
Alexis Deveria
86fa551bf9
Removed code in jGraduate that related to old Opera bug (similar to code already removed from svg-edit). Also fixes issue 422
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1641 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-21 13:31:10 +00:00
Alexis Deveria
94fc9ebcf0
Fixed issue 611 and old bug that caused bottom toolbar to not be updated when selecting another text element
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1640 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-21 12:48:51 +00:00
Alexis Deveria
f7d57e54c7
Fixed issue 599 by allowing font style changing without entered text
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1639 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-20 13:35:11 +00:00
Alexis Deveria
e75474ac00
Fixed issue 602
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1638 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-19 15:38:23 +00:00
Alexis Deveria
3a032f7bfe
Fixed issue 606
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1637 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-19 15:32:28 +00:00
Alexis Deveria
ee62c61181
Added support for raster image loading through image libraries
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1636 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-16 18:33:48 +00:00
Alexis Deveria
3bbc7173b7
Undid little viewBox experiment
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1635 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-16 16:05:43 +00:00
Alexis Deveria
234b2581ce
Added IAN Symbol Libraries to imagelib extension, courtesy of adrianbjones
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1634 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-16 16:05:00 +00:00
Alexis Deveria
eb575ef68d
Added proper support for child SVG elements and made image library import SVGs, taking care of more of issue 71. Also fixed Opera 10.60 layer bug
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1633 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-16 15:46:54 +00:00
Alexis Deveria
f0ec659f19
Applied patch by Jacob Brookover for better customized UI support
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1632 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-14 19:15:44 +00:00
Alexis Deveria
a9ea21c521
Added some files missing from last checkin
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1631 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-14 18:08:22 +00:00
Alexis Deveria
d627c01d1e
Added extension that adds Image library option to main menu, includes minimal local and external libraries
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1630 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-14 18:05:03 +00:00
Alexis Deveria
5a66cd4f9f
Made various minor improvements to ext-shapes.js, fixed several issues related to issues 593 and 595, including better handling of imported images with 100% width/height
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1628 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-12 20:19:43 +00:00
Alexis Deveria
38cbb00690
Created and included path library extension, based on data by Christian Tzurcanu. Takes care of most of issue 541
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1626 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-09 19:09:37 +00:00
Alexis Deveria
8ce73cd5ca
Added file saving/export ability to server_opensave extension, fixing issue 582
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1625 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-06 13:57:05 +00:00
Alexis Deveria
c0fa1ef4b1
Added file select option for raster images in server_open extension. Also added Uploading file dialog box for server-based uploads
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1624 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-05 15:38:06 +00:00
Alexis Deveria
d80dd06bad
Fixed issue 591 and issue 592
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1622 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-05 13:26:52 +00:00
Alexis Deveria
f679554ce4
Added extension to offer server-based import/open ability to browsers without File API support
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1621 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-07-01 20:14:12 +00:00
Alexis Deveria
d96ddad902
More wacky internal changes and documentation updates
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1620 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-30 18:27:36 +00:00
Alexis Deveria
3d351fa0c7
More optimization/docs work
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1619 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-29 20:43:44 +00:00
Alexis Deveria
a9b2010b28
Optimized some stroke/fill functions, more documentation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1618 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-28 20:09:34 +00:00
Alexis Deveria
00ef6f5d74
Fixed issue 587, more code reorganization/documentation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1617 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-28 13:10:22 +00:00
Alexis Deveria
42dd162ffe
More code reorganization/documentation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1616 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-22 18:17:42 +00:00
Alexis Deveria
63407c7542
Removed code for Opera/Win/Non-en bugs that were fixed in Opera 10.50. More code reorganization
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1615 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-22 14:52:51 +00:00
Jacques Distler
6a14ae5e86
Update whitelist of MathML elements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1613 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-22 05:55:53 +00:00
Alexis Deveria
93b509dd8e
Reorganized undo related functions, added more docs, updated German lang file
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1612 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-21 18:06:21 +00:00
Alexis Deveria
4cd1fbf995
More internal code improvements/documentation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1610 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-21 15:05:41 +00:00
Alexis Deveria
e420c6beba
More documentation changes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1609 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-18 21:02:44 +00:00
Alexis Deveria
e4d8d5e406
Start of new thorough code documentation effort
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1608 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-18 20:51:58 +00:00
Alexis Deveria
f561211268
Start of new thorough code documentation effort
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1607 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-18 20:35:47 +00:00
Alexis Deveria
b80c19e977
Changed version of trunk to 2.6 preAlpha
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1604 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-17 18:36:09 +00:00
Alexis Deveria
c24d4933ad
Fixed issue 580 by making connector extension more compatible with markers extension (trunk)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1602 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-17 17:57:24 +00:00
Alexis Deveria
e953bd9c78
Fixed issue 575 and issue 577 on trunk
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1599 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-16 13:16:00 +00:00
Alexis Deveria
58639c2ea2
Added pt_BR file (thanks rafaelcastrocouto), fixed some minor bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1593 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-15 14:36:55 +00:00
Alexis Deveria
ae34bb90fb
Fixed sidepanel bug in Chrome/win
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1592 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-09 18:17:58 +00:00
Alexis Deveria
da474c6232
Optimized icons a little, updated powered by note to RC1
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1591 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-09 13:47:19 +00:00
Alexis Deveria
83308ef46b
Added Spanish translation (in progress) by Alicia Puerto, fixed bug where circle icon used circle marker icon
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1590 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-08 18:40:13 +00:00
Alexis Deveria
281e70de9a
Fixed issue 559: Polyline doesn't rotate correctly in safari and chrome. Also made undo/redo work better for markers
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1589 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-08 16:48:41 +00:00
Alexis Deveria
cfa2e640db
Added option to set column count on dropdown lists, set marker columns to be 3 wide, fixed bug occuring on open path creation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1588 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-03 13:05:48 +00:00
Will Schleter
fbfe17eac9
update for issues 556, 569, 570, 571
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1586 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-03 07:30:56 +00:00
Will Schleter
f4f738d2bd
update for issues 556, 569, 570, 571
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1585 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-03 07:25:06 +00:00
Alexis Deveria
f08ed827d9
Fixed issue 567 and similar bug for textedit mode
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1584 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-31 19:30:02 +00:00
Alexis Deveria
74cc0fe376
Applied patch to issue 566 by peter.d.reid
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1583 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-31 17:40:30 +00:00
Alexis Deveria
b61de7cc25
Applied patch to issue 565 by peter.d.reid
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1582 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-31 15:27:40 +00:00
Alexis Deveria
4eae367b9a
Fixed issue 552
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1581 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-28 20:18:49 +00:00
Alexis Deveria
eba6715baf
Fixed last parts of issue 561 by correctly ungrouping blurred groups. Also fixed some other blur related bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1580 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-28 19:17:30 +00:00
Alexis Deveria
0f6da949bf
Fixed opacity inheritance on ungrouping, allowed blurring on groups
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1579 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-28 16:05:36 +00:00
Alexis Deveria
6ad914980d
Added support for context panel dropdown icon lists in extensions
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1578 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-27 13:27:04 +00:00
Will Schleter
86faf0d8b6
Add support for Issue 560 - shorten quick access palette to reduce scrolling
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1577 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-26 15:23:06 +00:00
Will Schleter
831faaa493
Add support for Issue 521 - use shift key to snap translations and rotations
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1576 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-26 15:12:57 +00:00
Alexis Deveria
4c0148a684
Fixed bug where selectedChanged and elementChanged were called too often
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1575 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-24 19:46:32 +00:00
Jeff Schiller
2513923d61
Fix Issue 555: New icons for add/delete path nodes from wschleter
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1574 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-21 22:19:19 +00:00
Jeff Schiller
9bfc6f6408
Fix for Issue 534: patch from wschleter
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1573 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-21 22:06:52 +00:00
Alexis Deveria
63bde23fed
Fixed issue 472 in a somewhat hacky way
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1572 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-18 14:54:35 +00:00
Wormsxulla
19a8549a64
Update French translation file.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1571 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-13 13:00:40 +00:00
Wormsxulla
8266e67da5
Update the Dutch translation file by Jaap Blom. Thank you!
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1570 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-13 10:30:06 +00:00
Alexis Deveria
0b82668ed3
Fixed issue 547 and another icon size bug
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1569 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-12 20:33:05 +00:00
Alexis Deveria
f5a19b8fe7
Fixed some icon size related bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1568 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-12 15:45:43 +00:00
Alexis Deveria
7054c3fd95
Fixed issue 551
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1566 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-05 19:52:00 +00:00
Pavol Rusnak
07254d47bc
finish Slovak locale, add missing strings to Czech one
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1565 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-04 14:07:44 +00:00
Alexis Deveria
92f017e6d9
Updated Czech and Romainian lang files by Jan Ptacek and Christian Tzurcanu respectively
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1564 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-04 13:17:54 +00:00
Pavol Rusnak
125d6082d8
most of Slovak translation, some minor changes to the rest
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1563 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-03 23:29:13 +00:00
Alexis Deveria
8000c9651e
Updated lang files, fixed another textedit bug
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1561 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-03 20:12:41 +00:00
Alexis Deveria
30e48db6fe
Fixed another chunk of issue 469
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1559 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-30 19:12:30 +00:00
Alexis Deveria
52746f46f2
Fixed issue 407, removed marker warning on png export
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1558 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-30 16:16:23 +00:00
Alexis Deveria
fa44f7d2ef
Fixed issue 545: Cursor/selection block are positioned incorrectly when zoomed in/out on transformed text. Also updated canvg to version supporting arrows
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1557 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-30 15:06:47 +00:00
Alexis Deveria
d0d499f259
More locale fixes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1555 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-29 16:42:58 +00:00
Alexis Deveria
122bb4fc22
Replaced removeUnusedGrads with a more generic removeUnusedDefElems to remove unused filters, markers, etc
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1554 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-29 15:30:56 +00:00
Jacques Distler
f78cd75984
More bogus attribute/namespace fixes.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1553 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-28 21:43:33 +00:00
Alexis Deveria
09c409e40a
Fixed more blur-related bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1552 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-28 20:33:10 +00:00
Jacques Distler
543c6661a9
Task of Sysiphus: filter bogus attributes, generated by Gecko (again).
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1551 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-28 16:53:36 +00:00
Alexis Deveria
7d4978740e
Made more locale-related fixes, fixed issue 544 using codedread's help
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1550 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-28 16:34:02 +00:00
Alexis Deveria
9be03c4746
Updated locale files as well as lang.en.js with most new strings
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1548 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-27 18:50:16 +00:00
Alexis Deveria
c2d4aa0061
Fixed bug that caused errors when changing an attribute while in text-edit mode. Also changed some lang IDs to better match tools
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1547 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-26 19:16:37 +00:00
Alexis Deveria
eeeec6fb12
Fixed issue 543 and related problems resulting from reorienting paths
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1546 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-26 16:53:06 +00:00
Alexis Deveria
8030f867a3
Made canvas center on window resize, fixed error occurring on cloning end path nodes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1544 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-23 19:40:09 +00:00
Alexis Deveria
20c6001a72
Fixed fatal bug
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1542 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-23 17:10:34 +00:00
Alexis Deveria
4563fa0dc9
Fixed issue 546
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1541 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-23 17:00:03 +00:00
Alexis Deveria
919457b995
Fixed bug where text could not be re-edited after creation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1540 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-22 15:58:31 +00:00
Alexis Deveria
1f00603359
Hopefully prevent PNG export popup by opening a placeholder window first
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1539 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-22 15:22:01 +00:00
Alexis Deveria
d0ec5bd9d0
Fixed bug where opera test was left in canvg, breaking PNG export.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1538 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-22 13:25:40 +00:00
Alexis Deveria
7f2428557d
Fixed bug where Cancel button didn't work on linearGradient tab
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1537 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 17:01:08 +00:00
Jeff Schiller
0b6fa02ca8
Add some missing tooltips to English translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1536 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 16:09:43 +00:00
Jeff Schiller
bc70273eb2
Remove various 'Layer 1' titles which cause tooltips in inappropriate places
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1535 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 16:07:56 +00:00
Jeff Schiller
ffc666c77f
Move tooltip for rect width/height to the label instead of just input control. Update all translations.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1534 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 16:05:32 +00:00
Jeff Schiller
8c13cceea9
Move blur tooltip to the div so that icon gets a tooltip, also add to locale script for English
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1533 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 15:51:10 +00:00
Alexis Deveria
34fab80fbc
Fixed minor CSS bug, changed status to Beta
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1532 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 15:39:38 +00:00
Alexis Deveria
ff7af498a3
Made lines follow 45 degree angles when holding shift, made selection box fit better on zoom, updated canvg
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1531 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-20 20:29:30 +00:00
Alexis Deveria
afb7ef00bb
Made some minor code optimization, added more icon labels (blur by Christian Tzurcanu)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1530 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-20 15:53:19 +00:00
Alexis Deveria
2103595301
Converted more text labels to icons. Also made input boxes lose focus on mousedown in workarea
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1529 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-20 13:21:51 +00:00
Alexis Deveria
91b033a470
Fixed issue 135: Missing the ability to align a single object (relative to page). Also started converting labels to icons
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1526 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-16 19:16:44 +00:00
Alexis Deveria
75c5d09bd5
Removed weird character that broke Chrome
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1525 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-15 16:05:34 +00:00
Alexis Deveria
8700f48695
Possibly fixed issue 523 by adding paramurl parameter
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1524 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-15 15:50:55 +00:00
Alexis Deveria
fee4405d36
Mostly fixed issue 70 (export as PNG option) by using Gabe Lerner's canvg library
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1521 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-14 17:30:25 +00:00
Alexis Deveria
ce14aba200
Fixed bug from last fix on selecting text on transformed elements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1520 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-13 15:52:00 +00:00
Alexis Deveria
d99a609d98
Fixed more text-related bugs, added double and triple click actions
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1519 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-13 15:28:52 +00:00
Alexis Deveria
bc7510acfb
More minor improvents to text edit mode
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1518 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-12 20:28:39 +00:00
Alexis Deveria
7ac3d0456b
Made more improvents to textedit mode, now works on transformed elements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1517 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-12 19:11:35 +00:00
Alexis Deveria
010d395590
Added textedit mode to support text editing. Still in progress, only supports text without transforms
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1516 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-12 15:59:46 +00:00
Alexis Deveria
a9219e46a8
Fixed issue 528. Also made undo/redo work on image href change (was apparently broken)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1514 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-09 16:01:09 +00:00
Alexis Deveria
99ba30e675
Fixed issue 533
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1513 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-09 14:18:46 +00:00
Alexis Deveria
75e42d2407
Fixed issue 531 by preventing attempt to transform a metadata element
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1512 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-09 12:37:17 +00:00
Alexis Deveria
8841ec47db
Fixed issues 529 and 530, started some work on better <a> element support
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1511 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-08 13:34:18 +00:00
Alexis Deveria
d2bbd0b127
Fixed misc bugs, made root only include namespace declarations when necessary
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1510 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-07 18:18:28 +00:00
Alexis Deveria
30e8bc486c
Fixed wireframe mode for blurry elements, added partial undo functionality
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1509 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-06 20:16:07 +00:00
Alexis Deveria
66c5cb4866
Added basic support for gaussianBlur effect
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1508 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-06 18:40:10 +00:00
Jacques Distler
058f87e615
Preserve height and width, when re-editing an existing SVG document.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1507 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-06 18:36:24 +00:00
Jeff Schiller
d82910afcd
Prevent Layer 1 tooltips on cool new stroke property icons :)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1506 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-06 15:57:02 +00:00
Alexis Deveria
6f50b1fdc4
Converted linejoin options to icons
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1505 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-06 15:53:21 +00:00
Alexis Deveria
9b04d4689e
Applied patch by aobjects, fixes issue 512
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1504 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-06 13:12:54 +00:00
Alexis Deveria
db3d8f0447
Started conversion of stroke attribute select list to icon list
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1503 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-05 19:53:14 +00:00
Jeff Schiller
8fac8e144b
Fix Issue 522: Layer panel should scroll. Also add 'Dash' label to stroke-dasharray pull-down
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1502 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-05 05:46:29 +00:00
Jeff Schiller
e68320bca3
Correct Narendra's name in copyright
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1501 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-02 12:47:00 +00:00
Jacques Distler
b4d10c41c3
Fix a noncy bug.
...
Fix a bug where the fill panel would not appear.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1500 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-02 05:09:32 +00:00
Alexis Deveria
6f0ae62430
Fixed bug where colors couldn't be selected with stroke tools open
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1499 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-01 20:24:54 +00:00
Alexis Deveria
81d7c9f631
Added support for stroke-linecap
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1498 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-01 20:20:24 +00:00
Alexis Deveria
753270d730
Reduced repetitive styling code
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1497 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-01 20:01:20 +00:00
Alexis Deveria
e445baeadd
Added stroke-linejoin support together with experimental UI for stroke styles
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1496 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-01 19:02:36 +00:00
Alexis Deveria
3bafd77eea
Fixed issue 519 by updating hotkeys script to jeresig's version
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1495 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-01 17:38:23 +00:00
Alexis Deveria
363b456431
Fixed issue 360, allows panning with middle mouse button or left mouse button while holding spacebar
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1494 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-01 16:00:50 +00:00
Jeff Schiller
edae9befd9
Correct remapping of shorthand curve commands (q,Q,s,S)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1493 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-01 04:56:51 +00:00
Jeff Schiller
942ccd469d
Fix part of Issue 518: Translates now handled for nested uses in groups
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1492 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-01 04:55:10 +00:00
Alexis Deveria
4a79a4b1da
Made SVG icons no longer require a viewBox to display properly
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1489 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-30 15:28:57 +00:00
Alexis Deveria
9d08f8c0a7
Fixed three bugs mentioned in issue 507
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1488 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-29 19:34:22 +00:00
Alexis Deveria
104d4370a1
Made import of gradients on stroke work, fixed issue 516
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1487 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-29 18:06:51 +00:00
Jeff Schiller
effc4200e9
Issue 115: First attempt at an eye-dropper extension/tool. Also add color-interpolation-filters attribute to whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1486 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-29 03:22:42 +00:00
Pavol Rusnak
590398a160
fix permission and line endings of jquery-ui-1.8.custom.min.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1479 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-28 13:41:01 +00:00
Alexis Deveria
cb5b6e2d2d
Largely fixed issue 469 by converting gradients to use objectBoundingBox
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1476 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-26 20:30:01 +00:00
Alexis Deveria
cbd34c3cfb
Added undo-history warning when opening file using File API, fixing rest of issue 459
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1475 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-26 18:55:49 +00:00
Alexis Deveria
508c72e5a7
Fixed major part of issue 459 by providing warning onbeforeunload when appropriate
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1473 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-26 17:51:41 +00:00
Jacques Distler
687f532acb
Clean up some commented-out stuff.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1472 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-25 13:43:45 +00:00
Alexis Deveria
5c847f6493
Fixed/Integrated support for open/closing subpaths, fixed hidden flyout arrows on smaller icons in Opera, added support for loading extensions in config, uplifted to jQuery 1.4.2 and jQuery UI 1.8
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1470 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-24 20:13:13 +00:00
Jacques Distler
20567c2998
Connector Extension Should Use Defaults
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1469 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-23 01:27:20 +00:00
Alexis Deveria
240ab30362
Reset default values too (oops again)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1468 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-18 14:37:09 +00:00
Alexis Deveria
2a25dbac8f
Removed setConfig stuff added for testing (oops)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1467 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-18 14:34:29 +00:00
Alexis Deveria
2ba315bc96
More internal re-arranging and support for new config options
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1464 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-16 19:28:57 +00:00
Alexis Deveria
e52ef2aa74
Fixed preference loading in Webkit
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1461 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-15 14:12:45 +00:00
Alexis Deveria
9a15e97c3a
Added jQuery BBQ file missing in previous checkin
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1460 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-12 20:59:43 +00:00
Alexis Deveria
2b4270163e
Added support for loading config data from URL, prevented creation of unneeded global variables
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1459 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-12 20:43:33 +00:00
Jacques Distler
3a9f38f699
Bring extension up-to-date with new API.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1458 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-12 16:42:15 +00:00
Jacques Distler
b3e6b1a538
Fix a Firefox bug, and make randomizeIDs() work with the new API (no global svgCanvas object).
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1457 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-12 09:41:50 +00:00
Alexis Deveria
85a7f57e78
Changed basic structure for improved integration and customization, introduces global svgEditor object
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1456 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-11 21:07:13 +00:00
Alexis Deveria
750e6456b3
Improved path node deleting behaviour, added functions to get svgCanvas vars: getContentElem, getRootElem and getSelectedElems
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1455 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-11 15:27:18 +00:00
Alexis Deveria
38a244bcc6
Fixed bug where attributes were being removed from gradient element on serialization in Opera
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1454 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-10 19:03:05 +00:00
Alexis Deveria
037c641b11
Updated jGraduate and made radialGradients work as expected, fixing issue 298
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1452 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-10 18:17:48 +00:00
Alexis Deveria
57da0c02f3
Added fade-in SMIL animation when creating most elements in SMIL-enabled browsers
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1451 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-10 15:07:28 +00:00
Jeff Schiller
5c02c98a3f
Send zoom modifications to extensions, patch by JL2008
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1450 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-09 16:10:23 +00:00
Alexis Deveria
cdcb2e76cb
Moved opacity tool to bottom to allow multi-element opacity changes, changed styling of bottom tools
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1449 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-08 15:58:47 +00:00
Jacques Distler
f8be6ee1a5
Small whitespace nicety
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1448 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-07 00:25:38 +00:00
Jacques Distler
7b5b7c4fdf
Noncy bugs fixed.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1447 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-06 05:04:15 +00:00
Alexis Deveria
fde7386d75
Added 'add sub-path' button to pathedit context panel
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1443 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-03 19:26:09 +00:00
Alexis Deveria
66457b70bf
Added hello world extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1442 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-03 15:30:38 +00:00
Jeff Schiller
1899a59a7f
Correct tooltip in the foreignObject extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1441 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-03 07:23:11 +00:00
Jacques Distler
5f6830745b
SVG-Edit-generated IDs can now sport a nonce (to uniquify them). The value of the nonce is recorded as an se:nonce attribute on the root <svg> element.
...
The default behaviour is as before. But, if you call svgCanvas.randomizeIds() or if setSvgString() detects an se:nonce attribute on the root <svg> element, this will trigger the new behaviour (in the latter case, using the existing nonce).
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1436 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-27 22:55:53 +00:00
Jacques Distler
cf4e097316
Fix issue 503.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1435 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-27 22:46:20 +00:00
Jeff Schiller
b849e29e67
Check in new version of logo
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1434 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-27 04:36:04 +00:00
Jeff Schiller
7b99425c8e
Add an id input field in the context panel. Users can see and change the ID of elements now
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1433 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-26 23:56:36 +00:00
Alexis Deveria
a52cc55ec2
Fixed issue 502, removed unnecessary old dupe extensions that I keep accidentally editing first only to get really frustrated as my changes don't appear
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1432 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-26 20:31:33 +00:00
Alexis Deveria
89ed9b3985
Fixed bug on deleting first node of open path and made imported closed paths have correct end segment
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1431 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-26 19:44:41 +00:00
Alexis Deveria
21ba2823ce
PathActions overhaul, fixes issue 435 and issue 443
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1430 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-26 18:18:21 +00:00
Jacques Distler
706b8e3ec8
Expand Whitelist
...
Add some things, that we need, to the whitelist.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1429 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-25 13:59:54 +00:00
Jeff Schiller
d4c93087fc
Handle viewboxes with non-zero left,top. Minor fix for bboxes of <use>, <foreignObject>
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1427 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-22 02:58:19 +00:00
Jeff Schiller
6039875f5a
Now remap xlink:href attributes when importing <use>, <filter>, <pattern>, <textPath> and gradients.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1426 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-22 02:22:08 +00:00
Jeff Schiller
6e15924461
Reidentify all elements imported into the drawing. Add tests for it.
...
Still to do: Remap all xlink:href attributes, filter attribute, possibly others.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1425 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-22 00:56:19 +00:00
Jeff Schiller
fc82f2965b
More work on properly sizing imported SVG.
...
Still ignores preserveAspectRatio, percentages, units on import <svg>.
Also ignores zoom level of SVG-edit.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1423 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-21 16:36:50 +00:00
Jeff Schiller
5b0f6e480c
Corrected bbox problem for <metadata> elements.
...
Imported SVG now inserted into a new <g> element instead of child <svg> element.
Sizing of imported SVG will still be wrong.
Added three example clipart images.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1422 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-21 03:27:10 +00:00
Jeff Schiller
cc20d81633
Fix breakage two revisions ago. Add base raw import of SVG file into current layer (very broken at the moment).
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1421 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-21 01:12:59 +00:00
Jeff Schiller
37aab7dd8f
Added 'Import SVG' menu item and icon - only shows up in Firefox 3.6 and functions identically to Open at the moment
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1420 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-20 23:38:49 +00:00
Jeff Schiller
400eb1e1cc
Add x,y to <svg> whitelist. Remove @transform as this is not a valid value on a <svg>
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1419 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-20 23:04:13 +00:00
Jacques Distler
40c820c503
Another tweak to the close_path icons
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1418 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-20 16:43:52 +00:00
Jacques Distler
7c55db60c0
Slightly nice placeholder content for foreignObject.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1417 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-19 23:18:47 +00:00
Jacques Distler
6f568b05b9
Close_path Icons, Mark II
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1416 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-19 23:05:19 +00:00
Jacques Distler
ae1ef30956
Make close_path icons work
...
The icons still need tweaking (in particular, I don't know why the arrowhead doesn't render), but at least we can see them now :-).
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1415 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-19 22:40:04 +00:00
Jacques Distler
19369af9ff
Revert one change from Rev.1412.
...
It didn't seem to be necessary, and it might cause problems if foreignObject tool is not enabled.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1414 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-19 20:02:36 +00:00
Jeff Schiller
eab76a44c7
Once again, comment out the foreignObject extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1413 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-19 16:56:34 +00:00
Jeff Schiller
796cee60e1
A little more work on the closepath extension (still doesn't show SVG icons yet)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1412 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-19 16:55:08 +00:00
Jacques Distler
7236577141
Fix some small issues with foreignObject tool
...
Don't disable line tool after using foreignObject tool.
Don't set stroke to 'none' after using foreignObject editor.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1411 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-19 14:09:46 +00:00
Jacques Distler
98be8d5f81
Fix Issue 489: The href attribute on image elements was being created without a prefix.
...
setAttributeNS(nsuri, name, value) takes a qname, not a localname as its 2nd argument. (This is not to be confused with getAttributeNS(nsuri, name), which takes a localname as its 2nd argument.)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1410 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-18 17:41:07 +00:00
Alexis Deveria
78c9ae4ad7
Fixed issue 487: foreignObject extension breaks connect two objects tool and made sure both extensions work together
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1409 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-18 15:42:10 +00:00
Jeff Schiller
8e0bf800bf
Fix Issue 486: Remove uses without href to prevent Safari crash. Turns all unit tests green
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1408 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-18 01:34:29 +00:00
Jeff Schiller
60c2d8c007
Try out Google Chrome Frame install prompt script
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1407 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 23:43:31 +00:00
Alexis Deveria
2c889f640b
Dealt with remaining bug in issue 470: Support loading files with unit-based width/height
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1406 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 21:20:11 +00:00
Alexis Deveria
a3f81f06f2
Fixed bug in foreignobject plugin when creating new foreignObject element
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1405 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 20:08:53 +00:00
Jeff Schiller
02425de805
Make xmlns:foo test go green in Opera
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1404 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 18:15:53 +00:00
Alexis Deveria
f2ab17dbd0
Fixed issue 481 and other CSS bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1402 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 16:49:13 +00:00
Jeff Schiller
e44f7d4bb1
Add back in XML prolog for the default save handler
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1401 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 16:41:29 +00:00
Jeff Schiller
469868d731
Fix XML escaping problem in attributes, add unit test
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1400 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 15:51:57 +00:00
Jeff Schiller
19d9998743
Remove experimental drop-shadow for now as it slowed down the editor, especially at higher zoom levels (might look into CSS3 box-shadow one day)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1399 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 15:12:08 +00:00
Jeff Schiller
8a516e109c
Selecting a foreignObject does not change the stroke/fill (patch by Jacques Distler)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1398 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 14:37:13 +00:00
Jeff Schiller
8bbd53de2a
Comment back out the foreignObject extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1397 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 06:55:05 +00:00
Jeff Schiller
d78843beb0
Allow custom namespace prefixes as long as they map to one of our accepted namespace URIs (path by Jacques Distler)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1396 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-17 06:44:03 +00:00
Alexis Deveria
57125bc237
Made extension improvements to svg-editor.js and added foreignObject plugin based on patch by Jaques Distler (disabled by default)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1395 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-16 21:07:13 +00:00
Jeff Schiller
8753c552f8
Fix Issue 478: markers, filters and clip paths now survive the conversion to path
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1394 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-16 18:54:41 +00:00
Jeff Schiller
d6037a742e
When serializing, use nodename (which includes namespace prefix). Patch by Jacques Distler
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1393 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-16 18:32:50 +00:00
Jeff Schiller
c8d5ba7b7e
Fix Issue 485: Make foreignObjects copyable (partial patch by Jacques Distler)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1392 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-16 18:21:16 +00:00
Jeff Schiller
92b50b4a75
Fix Issue 484: correct namespace handling for xml: attrs (patch by Jacques Distler)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1391 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-15 14:02:17 +00:00
Jeff Schiller
71e76c81b8
More fixes to namespace handling. Added <math> test case
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1390 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-14 14:50:04 +00:00
Jeff Schiller
88d61a3259
Fix Issue 482: Correct namespace prefix handling. Foreign content itself will declare the namespace, we don't need to do this in svgcontent
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1389 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-14 06:22:34 +00:00
Jeff Schiller
c32284cfcb
Fix typo in deepdive function from r1380
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1388 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-14 06:06:19 +00:00
Jeff Schiller
10fee21e86
Minor tweak to style
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1387 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-13 04:33:40 +00:00
Alexis Deveria
673b945318
Fixed bug where save_notice_done setting wasn't saved
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1386 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-12 20:56:53 +00:00
Alexis Deveria
6f50f5d55c
Made default save behaviour alert the user on how to saveand when necessary inform of FF bug (on first time saved/bug encountered)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1385 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-12 20:29:59 +00:00
Alexis Deveria
3cff24713b
Made default save behaviour open a page with link, preview, markup and warning when necessary
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1384 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-12 18:50:07 +00:00
Alexis Deveria
b071bd91b5
Fixed bug on changing heights with percentages
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1382 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-12 14:56:54 +00:00
Alexis Deveria
13003a3de2
Fixed issue 446
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1381 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-12 14:23:55 +00:00
Jeff Schiller
8d4861d546
Fix rest of Issue 471: upon loading/setting the SVG, do a depth-first recalculateDimensions() on all nodes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1380 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-12 03:54:49 +00:00
Jeff Schiller
9915407382
Fix part of Issue 471: path deformation when x,y happened to be zero
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1379 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-12 03:14:38 +00:00
Jeff Schiller
09d6066291
Fix Issue 474: Broke tools by forgetting the svgroot id
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1378 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-11 22:19:13 +00:00
Alexis Deveria
eb8b9ab5e6
Made 'good' locale array be populated based on svg-editor.html, made namespaces only be added on serialization when used
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1377 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-11 21:24:15 +00:00
Jeff Schiller
507e50767f
Fix Issue 473: WebKit browsers fixed for navigation, caused by r1368
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1376 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-11 01:28:25 +00:00
Jeff Schiller
5ce59294d1
Spoke too soon, with canvas drop-shadow on, zooming in Opera 10.10 causes immense slow-down
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1375 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 21:12:43 +00:00
Jeff Schiller
140ab45f7d
Fix Opera bug with canvas shadow, thanks to a tip from Erik Dahlstrom
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1374 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 21:02:42 +00:00
Jeff Schiller
ae214cfe0e
Add a shadow to the canvas in Firefox (experimental)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1373 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 20:12:48 +00:00
Alexis Deveria
984d6263c9
Added support for unit width/height when set in document properties
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1372 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 19:29:05 +00:00
Alexis Deveria
9590cf67f5
Fixed issue 470: Support loading files with unit-based width/height
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1371 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 17:54:14 +00:00
Alexis Deveria
b1463213e2
Changed logo to one designed by Vadim Makeev
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1370 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 16:37:23 +00:00
Jeff Schiller
35bcecc669
Remove now unnecessary math check in cleanupElement(). Move line-height property to the CSS where it belongs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1369 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 15:57:25 +00:00
Jeff Schiller
98fc062e47
Make foreignObject with foreign content movable, resizable, rotatable
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1368 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 15:32:36 +00:00
Jeff Schiller
5628254649
Add MathML elements to whitelist and updates by Jacques Distler to handle foreignObject. Fix line-height in svgcanvas.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1367 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-10 04:41:11 +00:00
Jeff Schiller
3ee6a57b96
Start Issue 258: dirt-simple extension of a context button to close/open a path. Needs images. And paths that were closed and then opened need some debugging in svgcanvas.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1366 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-09 21:46:18 +00:00
Alexis Deveria
9df43ee7ba
Fixed undo/redo bug (I think)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1365 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-09 20:50:06 +00:00
Alexis Deveria
4b5011eb44
Largely added support for different units (issue 444)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1364 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-09 20:15:52 +00:00
Alexis Deveria
fd49cb2c89
Replaced heavy uses of getAttribute with .attr([])
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1363 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-09 14:23:34 +00:00
Jeff Schiller
8805307592
Part of Issue 407: consistent styling of hover/pushed buttons
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1362 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-09 06:44:12 +00:00
Alexis Deveria
c032cfb370
Moved extensions to live within editor dir, fixed left toolbar visibility on dialog box
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1361 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-08 21:26:54 +00:00
Wormsxulla
8304c43d47
Add Japanese to the good languages. Thank you Dong! Correct name of Russian in Russian in AUTHORS.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1359 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-08 20:00:30 +00:00
Pavol Rusnak
5b895d3973
add Japanese translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1357 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-08 18:15:04 +00:00
Jeff Schiller
bf7a7040a8
Experimenting with a gradient in the workarea
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1356 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-08 18:06:18 +00:00
Alexis Deveria
b25f8b6d92
Added fix to jQuery.attr() function to make it work with SVG elements, started work on marker color changing
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1355 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-08 16:39:14 +00:00
Jeff Schiller
c5ae5436e2
Add a couple useless trailing slashes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1354 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-06 18:21:53 +00:00
Jeff Schiller
305c62e03e
Correct more HTML5 validation errors
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1353 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-06 18:11:21 +00:00
Jeff Schiller
d5ec300b6b
Add foreignObject to whitelist. Fix some HTML5 validation errors
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1352 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-06 17:42:54 +00:00
Jeff Schiller
cb790bc6a0
Remove commented out debug code
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1349 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-06 00:38:59 +00:00
Jeff Schiller
1b2bb9c412
Much smoother freehand paths
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1348 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-06 00:35:32 +00:00
Alexis Deveria
6980e8b0de
Made selection of middle arrow for lines convert them to polylines, made extension tools more easy to add, fixed opacity selection on selected connector
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1347 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-05 20:25:15 +00:00
Wormsxulla
7054866293
Fix the Layer panel handle in the Hindi translation to make it appear vertically.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1346 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-05 16:59:19 +00:00
Alexis Deveria
a4f835a044
Made connectors be removed upon connected-element deletion. Made easier method for adding context panel options
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1345 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-05 16:11:19 +00:00
Jeff Schiller
7e8f5a312b
Add scripts to convert between our language json files and po format (Issue 416)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1344 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-05 15:40:31 +00:00
Wormsxulla
1021cceef8
Main menu items in zh-TW now display in Chinese. Also remove _show entries no longer needed. Thank you Mook!
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1343 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-05 07:36:05 +00:00
Alexis Deveria
74bac64ea5
Fixed connector bug in Webkit, fixed disabling of buttons when no-stroke is set
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1342 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-04 19:06:49 +00:00
Alexis Deveria
2229ecdd45
Improved arrow handling, fixed issue 463
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1341 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-04 17:10:03 +00:00
Wormsxulla
e2b264ea64
Make the tooltip description for id="stroke_width" in lang.en.js match the HTML. (All languages files will need to translate the new string").
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1338 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-04 07:13:09 +00:00
Alexis Deveria
e20d3dc39f
Made connector lines start/end at bounding box edges, made arrow appear on end of line
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1336 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-03 18:42:00 +00:00
Jeff Schiller
be0a5fa153
Fix setting stroke-width/style on single elements (broken in r1322)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1335 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-03 18:20:25 +00:00
Jeff Schiller
71088b30fe
Fix Issue 341: Smooth freehand tool into a path (especially in Opera)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1334 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-03 14:50:48 +00:00
Alexis Deveria
98c707e53f
Removed _show entries in language files (no longer needed)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1333 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-03 14:50:27 +00:00
Alexis Deveria
400809fff3
Fixed tooltip translations for main flyout buttons
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1332 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-03 14:14:57 +00:00
Alexis Deveria
06dc4f55bc
Fixed Webkit bug related to issue 460: Path segments should remember their curvature
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1331 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-03 13:41:54 +00:00
Jeff Schiller
fac9f84435
Fix Issue 460: Path points remember curvature (Firefox and Opera)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1330 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-03 06:49:20 +00:00
Jeff Schiller
36f7da8ff1
Add symbol, pattern, tspan, textPath to whitelist. Also added some attributes missing in whitelist to other elements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1329 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-02 23:45:52 +00:00
Alexis Deveria
b4840e8f7f
Fixed issue 456 by adding a svgCanvas.ready() function
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1328 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-02 20:45:16 +00:00
Alexis Deveria
fad1c4395d
Fixed bug in Opera where flyout icon didn't show and fixed Issue 451: Switching languages is broken
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1327 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-02 19:24:17 +00:00
Alexis Deveria
cf84f45d60
Rewrote connector extension to use SVG-Edit namespace attrs instead of ids/classes, removed extendWhitelist function, moved extensions to subfolder
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1326 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-02 18:42:43 +00:00
Jeff Schiller
2bb41c0c73
Fix Issue 384: Pick fill/stroke properties for groups
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1322 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-02 05:48:33 +00:00
Jeff Schiller
0e0f98a1de
Fix Chinese Hong Kong filename
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1321 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-02 03:41:36 +00:00
Jeff Schiller
41366e8fd9
Add <marker> element and marker-end, marker-mid, marker-start attributes to whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1318 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-01 18:52:45 +00:00
Alexis Deveria
bed10696d2
Split off the arrow part of the connector plugin to be its own arrows plugin (start on issue 308)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1317 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-01 18:40:57 +00:00
Alexis Deveria
f415aee687
Made various minor improvements to connector plugin
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1316 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-01 16:48:39 +00:00
Alexis Deveria
19449cd149
Fixed keyboard shortcuts on flyout buttons
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1315 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-01 14:41:34 +00:00
Wormsxulla
b23c861650
Update for the right Chinese names of the language. Rename zh into zh-KH. Thanks to zenixls2.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1314 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-01 12:02:28 +00:00
Jeff Schiller
31ec4fec91
Fix Issue 412: Press 'A' to select all elements in the current layer
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1312 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-31 20:17:50 +00:00
Jeff Schiller
3e94e85e31
Fix Issue 457: Remove experimentation on the ?url= parameter accidentally checked in.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1311 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-31 19:55:19 +00:00
Jeff Schiller
8ba1526e9f
Add mask element and attribute to whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1310 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-31 07:11:57 +00:00
Wormsxulla
d0783f80bd
Add zh-TW to the good languages. Update the first draft of the Chinese-TW translation by zenixls2.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1309 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-30 11:41:10 +00:00
Alexis Deveria
06d53a325b
Made various fixes/changes, made new icon for connector tool
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1308 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 21:28:46 +00:00
Jeff Schiller
0074d7f7c0
Add support in whitelist and remapElements() for <a> elements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1307 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 20:30:10 +00:00
Alexis Deveria
eaf8401d98
Oops, fixed bug caused by last fix
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1306 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 18:50:40 +00:00
Alexis Deveria
e12ea017ed
Fixed bug that broke svg-edit in non-FF browsers
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1305 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 18:48:08 +00:00
Alexis Deveria
0690ed7760
Added support for flyouts in plugins, made improvements to flyouts
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1304 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 18:27:26 +00:00
Jeff Schiller
81c304a68c
Add whitelist support for clipPath, @clip-path and @clip-rule. Refactor code a tiny bit.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1303 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 17:10:30 +00:00
Jeff Schiller
7c40486c39
Fix Issue 450: restore Created-By comment
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1299 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 14:11:04 +00:00
Jeff Schiller
6bd66dda1d
Add metadata to whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1298 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 12:33:10 +00:00
Jeff Schiller
2b4025bb42
Fix Issue 448: Merge wormsxulla's patch
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1297 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 12:18:13 +00:00
Jeff Schiller
64c7fa5f9f
Fix Issue 65: Launch SVG-edit with ?url=foo/bar.svg
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1296 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 05:53:01 +00:00
Jeff Schiller
be04bdc1c1
Fix Issue 62: can now set color to none right in the picker (uplift to jGraduate r71)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1295 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-29 05:39:57 +00:00
Jeff Schiller
77406f4d02
Fix path remapping for H,V commands
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1291 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-28 03:08:53 +00:00
Jeff Schiller
dd41cd6cea
Fix bug in conversion of horiz/vert path segments
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1290 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-28 02:55:11 +00:00
Jeff Schiller
faae299e96
Add transform attribute to use element in whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1289 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-28 02:42:28 +00:00
Jeff Schiller
b0d13610bb
Fix Issue 445: turn booleans back into numbers for arc path commands
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1288 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-28 02:37:53 +00:00
Alexis Deveria
363eef5d57
Added keyboard shortcut option for extension buttons, made import of connectors work, fixed issue 442
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1286 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-27 21:03:43 +00:00
Jeff Schiller
ee393cd933
Fix parsing error with url() format with quotes in it
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1285 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-27 19:35:13 +00:00
Jeff Schiller
3eb89914b6
Convert style to attributes, but check xlink:href target outside the attribute loop
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1284 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-27 16:42:35 +00:00
Jeff Schiller
ec1ab246d1
Added style attribute to whitelist and parse into XML attributes in sanitizeSvg(). Add filter and feGaussianBlur elements to whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1283 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-27 16:37:59 +00:00
Jeff Schiller
488e377062
Allow style for <stop> elements in the whitelist. Allow gradients to refer to each other in the whitelist. Update removeUnusedGrads() to account for this.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1282 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-27 16:06:58 +00:00
Alexis Deveria
7890d47e06
Fixed issue 418 and issue 441
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1281 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-27 15:14:23 +00:00
Alexis Deveria
6d15ba7b1e
Fixed Issue 408: Uplift to jQuery 1.4.1. Also fixed minor bugs caused by 1.4 related to custom dropdown menus
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1280 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-27 14:23:51 +00:00
Alexis Deveria
d60fb28557
Made improvements to extension support as well as connector extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1279 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-26 21:28:52 +00:00
Wormsxulla
1dcb9aac42
Add the final version of the russian language file by Laurent Dufloux. Update the UI to correctly say "Russian" in russian.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1278 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-26 14:49:46 +00:00
Alexis Deveria
75781771be
Started on Issue 310: Move to Plugin Architecture, as well as Issue 200: flowchart (just connector lines for now)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1277 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-25 21:22:03 +00:00
Jeff Schiller
df3b22470c
Fix Issue 436: Only convert path d attribute for path elements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1275 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-22 01:47:50 +00:00
Alexis Deveria
d3e72d8e4e
Fixed some open path bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1273 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-21 20:59:34 +00:00
Alexis Deveria
b3a3a6af26
Added support for multiple segment lines on selection, mass segment type changes, and multi-selection on node cloning
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1272 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-21 20:12:49 +00:00
Alexis Deveria
3df4a5d616
Fixed issue 432
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1271 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-21 17:38:37 +00:00
Jeff Schiller
86ac38547f
Add unit test for importing use. Add missing id attribute on use in whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1270 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-21 14:12:08 +00:00
Jeff Schiller
c8e0a94d50
More JS tightening (collapse multiple variable declarations into one statement)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1269 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-21 03:17:04 +00:00
Jeff Schiller
47a0faf93b
Fix Issue 402: Freehand tools maxy not being reset
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1265 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-21 02:48:02 +00:00
Jeff Schiller
05941d2a13
Fix Issue 433: If fill is not present, assume 'black' as per SVG spec
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1264 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-21 02:02:04 +00:00
Jeff Schiller
e2f7aa9d96
Fix Issue 434: multiselecting one element now sets the current properties. Also, very minor refactoring of code to tighten things up
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1263 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-21 01:20:17 +00:00
Jeff Schiller
2518ec07d7
Fix Issue 424: scrub xlink:href to ensure it is a local reference only
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1262 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 22:58:38 +00:00
Jeff Schiller
0c0a935a57
Make copy/clone work on <use> elements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1255 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 22:36:59 +00:00
Jeff Schiller
c04d148dcb
Initial support for <use> element (can only see, select, move, resize or rotate them). Also collapse a few var declarations and remove obsolete code
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1254 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 22:15:54 +00:00
Alexis Deveria
36caeb552a
Fixed and efficiencized undo/redo on path editing functions
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1253 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 21:32:17 +00:00
Alexis Deveria
99edca083c
Made more improvents to multi-path-node editing
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1252 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 20:34:03 +00:00
Alexis Deveria
95fd38610f
Probably fixed issue Issue 421: Canvas background now black
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1251 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 17:29:41 +00:00
Alexis Deveria
828dfa2f9f
Fixed multiple path node selection/move on zoom
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1250 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 17:26:12 +00:00
Jeff Schiller
220bd72b7a
Remove logging, add empty console.dir for opera, stray comma in whitelist
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1248 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 16:14:32 +00:00
Jeff Schiller
37b9a3b426
Fix Issue 430: Update layers panel when opened SVG file does not have a viewBox attribute
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1247 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 15:24:50 +00:00
Wormsxulla
ddeace083c
Add Arabic to the list of good languages. Update the AUTHORS list for Arabic.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1246 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 06:50:23 +00:00
Alexis Deveria
eb1aa6ffe9
Added initial support for multiple path node selection (issue 277)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1245 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-19 21:14:53 +00:00
Alexis Deveria
783ad05a45
Improved pathedit efficiency, fixed clone node when selecting last node in open path
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1244 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-19 15:08:30 +00:00
Alexis Deveria
a6edbc58bb
Fixed issue 420
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1243 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-19 14:03:10 +00:00
Alexis Deveria
72c6cb59e8
Fixed bug where certain positioned elements could not be de-selected
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1242 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-18 21:18:46 +00:00
Alexis Deveria
0f46184757
Fixed background colors/URLs, element page alignment and clear option
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1241 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-18 20:30:59 +00:00
Alexis Deveria
29e2acc359
Finally fixed last zoom related bug
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1240 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-18 19:14:08 +00:00
Alexis Deveria
0927d04319
Fixed more zoom-related bugs (not all)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1238 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-18 18:03:09 +00:00
Jeff Schiller
d1e32d99d7
Expose SvgCanvas.matrixMultiply() and add starting unit-test framework (QUnit) and first test.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1236 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-18 06:40:32 +00:00
Wormsxulla
c6e1bf0584
Update the first draft of the Russian translation by Laurent Dufloux.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1234 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-17 21:33:06 +00:00
Jeff Schiller
9a1f23a21b
Fix Issue 403: Moving text elements changes the x,y values. Works for simple cases, but x,y values are not intuitive for stretched text elements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1232 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-16 22:34:15 +00:00
Alexis Deveria
e01b193fe3
Partial fix for zooming options, fixed open image
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1231 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 21:33:55 +00:00
Jeff Schiller
907998343d
Fix Issue 415: main menu highlight extends to border of menu (patch from wnauta)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1230 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 21:13:11 +00:00
Jeff Schiller
9e0c8fff0e
Updated python script to fix lang files, ran all lang files through python script
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1229 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 19:11:22 +00:00
Wormsxulla
ed04c15140
Update the Hindi translation with the first draft by Tavish Naruka.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1227 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 17:42:24 +00:00
Alexis Deveria
292fa28398
Made scrolling area smaller, set color for outside image area
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1226 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 15:59:15 +00:00
Alexis Deveria
8c3488ab31
Largely fixed issue 185: Allow elements and selections to be visible outside the image canvas
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1225 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 15:04:57 +00:00
Wormsxulla
03a335646f
Update the Frisian language file by Wander Nauta (hopefully with the proper encoding!)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1224 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 11:48:00 +00:00
Wormsxulla
c4e44a13a8
Make the lang.fy.js have the proper UTF-8 format.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1223 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 10:13:39 +00:00
Wormsxulla
afa5e7d58c
Add Russian language to the good languages. Possibly display "Hindi" in Hindi in svg-editor.html, too.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1222 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 09:44:25 +00:00
Wormsxulla
b35d04c26e
OOoops. Now update svg-editor.html for Frisian and Hindi.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1220 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-14 18:45:49 +00:00
Wormsxulla
1dbdbc0352
Update the first draft of the Frisian language file by Wander Nauta.
...
Add Frisian and Hindi languages to the good languages (Not able to display "Hindi" in "Hindi" in svg-editor.html, though.)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1219 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-14 18:33:05 +00:00
Alexis Deveria
b835da83ea
Fixed locale issues for main menu (will work once lang files are updated)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1218 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-14 16:05:05 +00:00
Alexis Deveria
d360c991cd
Simplified canvas centering using largely CSS-based method
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1217 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-14 15:12:40 +00:00
Wormsxulla
612d563677
Add a language file for future Frisian translation.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1216 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-14 13:55:57 +00:00