Yes, one of our developers is creating one. I thought it was up on the sf.net site, but looks like it is not. I will forward to our developers.
Jon
On Thu, 2004-03-04 at 02:45, Tobias Reif wrote:
P.S.
Something else:
I'm on Suse 9.0. There is a Suse RPM for Inkscape 0.36 on
http://sourceforge.net/project/showfiles.php?group_id=93438
Will there be one for 0.37 and releases after that?
TIA, Tobi
On Wed 2004-03-03 Jonathan Phillips wrote:
I gave your RFE a looksy and mentioned to the other developers.
Jon
On Wed, 2004-03-03 at 01:31, Tobias Reif wrote:
Hi
On Tue 2004-03-02 Jonathan Phillips wrote:
Could someone add Inkscape to this page as an acceptable SVG editor. This site drives traffic in a major way and we've identified being on this list as highly valuable. [...] Inkscape's main motivation is to provide the Open Source community with a fully XML, SVG, and CSS2 compliant SVG drawing tool. Additional planned work includes conversion of the codebase from C/Gtk to C++/Gtkmm, emphasizing a lightweight core with powerful features added through an extension mechanism, and establishment of a friendly, open, community-oriented development processes.
Given that there hasn't been any reaction to my RFE http://sourceforge.net/tracker/index.php?func=detail&atid=604309&aid... since more than three months I didn't even bother trying it out.
Tobi
-- Jonathan Phillips <jon@...15...>
Given that there hasn't been any reaction to my RFE http://sourceforge.net/tracker/index.php?func=detail&atid=604309&aid... since more than three months I didn't even bother trying it out.
Tobi
After placing a few SVG images on XHTML docs, I would say that he is correct. For such things the size is less important than the viewBox="" setting.
I would suggest that for an interim solution, that when an SVG doc is written, the <svg> attribute be added:
viewBox="0 0 width height"
...where the width and height are the size of the page, but in SVG coordinates x 1.25 (1/0.8)
Then we can tell people that for the time being, they can just keep their drawing inside the rectangle, and that is what will be seen on a web page.
Here is the RFE: ========================= Summary: editable viewBox, SVGs without width="" or height="" Hi
Since your objective is to be an SVG editor it would be great to ditch the page-oriented editing canvas concept.
SVGs often have no width and height (scalable :) set on the outermost svg element (they default to 100%), but specify a viewBox.
Those SVGs should be handled, eg in the following way:
Display the SVG at something like 80% of the editing canvas window (the default 80% can be changed through zooming out or in), then provide a grey half-transparent grey layer (not an SVG object) overlaying the area that lies outside of the viewBox.
Inside the viewBox there is the graphic itself, and outside of this rectangle is visible the area that will be invisible in SVG viewers/players (thus it could be greyed out a bit). But it's part of the SVG, and should be fully editable (it becomes visible in SVG viewers/players when the user zooms out).
The viewBox rectangle's edges can be grabbed and moved; the viewBox is editable.
Tobi
[ I'm not subscribed to inkscape-devel@lists.sourceforge.net please CC me on any replies, TIA :) ]
Hi Jon
On Thu 2004-03-04 Jonathan Phillips wrote:
Yes, one of our developers is creating one. I thought it was up on the sf.net site, but looks like it is not. I will forward to our developers.
There now are Suse 9.0 RPMs, thanks!
Unfortunately I didn't succeed with installing it, see bug 910849:
http://sourceforge.net/tracker/?func=detail&aid=910849&group_id=9343...
Tobi
participants (3)
-
Bob Jamison
-
Jonathan Phillips
-
Tobias Reif