sagemath / sage

Main repository of SageMath. Now open for Issues and Pull Requests.
https://www.sagemath.org
Other
1.19k stars 411 forks source link

SVG or other vector graphics editor #6973

Open e14f4152-4982-4ace-8c95-73a0599b109b opened 14 years ago

e14f4152-4982-4ace-8c95-73a0599b109b commented 14 years ago

An interactive vector graphics editor accessible from the Sage notebook or the command-line may have a variety of uses:

Candidates:

See sage-devel for some discussion.

CC: @sagetrac-acleone

Component: interfaces: optional

Issue created by migration from https://trac.sagemath.org/ticket/6973

e14f4152-4982-4ace-8c95-73a0599b109b commented 14 years ago

Description changed:

--- 
+++ 
@@ -8,7 +8,7 @@

 Candidates:

-* [SVG-edit](http://code.google.com/p/svg-edit/) - seems very promising; actively developed.
+* [SVG-edit](http://code.google.com/p/svg-edit/) - seems very promising; actively developed; see [this discussion](http://groups.google.com/group/svg-edit/browse_thread/thread/26bdc43b4f241ae9/77768c078a98b30d?#77768c078a98b30d).
 * [SVG web](http://code.google.com/p/svgweb/) - can render SVG via Flash for IE; actively developed.

 See [sage-devel](http://groups.google.com/group/sage-devel/browse_thread/thread/86429406fb3bba17/dd3163cb2a47fa38?#dd3163cb2a47fa38) for some discussion.
e14f4152-4982-4ace-8c95-73a0599b109b commented 14 years ago

Description changed:

--- 
+++ 
@@ -8,8 +8,8 @@

 Candidates:

-* [SVG-edit](http://code.google.com/p/svg-edit/) - seems very promising; actively developed; see [this discussion](http://groups.google.com/group/svg-edit/browse_thread/thread/26bdc43b4f241ae9/77768c078a98b30d?#77768c078a98b30d).
-* [SVG web](http://code.google.com/p/svgweb/) - can render SVG via Flash for IE; actively developed.
+* [jsvectoreditor](http://code.google.com/p/jsvectoreditor/) - [Raphael](http://raphaeljs.com/)-based editor renders both SVG (non-IE) and VML (IE).
+* [SVG-edit](http://code.google.com/p/svg-edit/) - Inkscape-lite.  See [this discussion](http://groups.google.com/group/svg-edit/browse_thread/thread/26bdc43b4f241ae9/77768c078a98b30d?#77768c078a98b30d) and [this one on matplotlib's SVG](http://groups.google.com/group/svg-edit/browse_thread/thread/91cf3b76f3e4eb4f/77237f209dbe1a81?#77237f209dbe1a81).

 See [sage-devel](http://groups.google.com/group/sage-devel/browse_thread/thread/86429406fb3bba17/dd3163cb2a47fa38?#dd3163cb2a47fa38) for some discussion.
e14f4152-4982-4ace-8c95-73a0599b109b commented 14 years ago
comment:2

Hi Alex - Feel free to take this in any direction you think is worthwhile!

fchapoton commented 8 years ago
comment:5

Some time has passed and nothing happened. Maybe we can now close this as out of topic ?

videlec commented 8 years ago
comment:6

Why?!

fchapoton commented 8 years ago
comment:7

What do you mean ? Do you agree or disagree with me ?

If somebody wants to edit an SVG file, she can use any existing SVG editor. I do not see why sage should provide such an editor. Do we aim to replace every single software around ? Has this anything to do with mathematics ?

videlec commented 8 years ago
comment:8

"Manipulating graphs and knots" is mostly being something that we want in Sage... isn't it?

f29946bc-ee7b-48cd-9abc-3445948c551d commented 8 years ago
comment:9

At least I would like to have a digraph editor, just like we now have for undirected graphs. Maybe an option to it?

embray commented 5 years ago
comment:10

It seems there are at least some valid use cases, e.g. for graphical notebook widgets for objects in Sage (something which is actively being explored).

I don't know that there's necessarily a case within that for editing arbitrary SVG graphics, though I don't think there'd much case to be made for this outside the context of a notebook widget (anything beyond that is maybe too complicated...)