Announcing librsvg 2.11.1 aka 'Brownish paper bag'
by Christian Fredrik Kalager Schaller
The librsvg team is happy to announce librsvg 2.11.1
librsvg is a SVG rendering library maintained by Dom Lachowicz and Caleb
Moore and used among other places in the GNOME desktop.
This release of librsvg contains a few critical fixes. It fixes the dpi
API which mistakenly got broken in the 2.11.0 release. It also improves
the pattern used to recognize svg files in the gdkpixbuf loader so that
your desktop SVG files will once again work.
More information on the librsvg homepage:
http://librsvg.sf.net
You can download librsvg from:
http://ftp.gnome.org/pub/gnome/sources/librsvg/2.11/
18 years, 3 months
Requests/Suggestions from Artists.
by Dan Ostrowski
Hello all,
A while back I emailed David Vignoni (Nuvola icon set fame) and told him
about some new features in Inkscape. He emailed me back from aKadamy recently
with this:
> Hello Dan,
>
> I'm at aKademy and me (i'm the nuvola guy) and nuno pinheiro we are
> working on a new full svg icon theme for kde. I'm still using
> illustrator and he is using inkscape. Nuno is going to provide some
> feedback since he's using inkscape really a lot and doing very nice
> stuff with it. We hope oour feedback may help in some way your great
> software.
I guess he assumed I was on "the team" but I was just trying to spread the
word about Inkscape. *shrug* Anyhow, Nuno emailed me too with this feedback:
> Hi my name is Nuno Pinheiro, and i love inkscape :) !
>
> Well one of the things we want to try to implement, is a color pallet,
> to use it i have to make an text file that i recour every time i need
> a specific colour, that i need in a specific point of an gradient.
> so the feature i would really appreciate would be the collorpick on
> the edit gradient layout. that is i think, a simple feature to add and
> one that would have the most deep impact on the productivity side of
> things.
>
> i have many more little features to ask but i will leave that to an
> other time!
> cheers
I don't know if this is of any value to you, but Nuno will be helping David on
the new KDE icon set, so he seems like a source of quality feedback. I've let
them know that I passed their comments along, mentioned the swatches in 0.42,
and let them know that hopefully someone more knowledgeable than myself would
be contacting him.
Hope this helps,
Dan Ostrowski
18 years, 3 months
Inkscape still does not work on FC
by Artur Rataj
Hello!
Static binary 42.0 did not work, the latest sources 42.2 compiled but
did not work.
*** glibc detected *** free(): invalid pointer: 0x09557d60 ***
As for now, I can use some old versions and read about the latest
Inkscape features on your site ;)
Cheers,
Artur
18 years, 3 months
Clip Art Browser 0.39
by Greg Steffensen
I'm releasing version 0.39 of the clip art browser. Naturally, this is an
almost-ready snapshot of the next major release, 0.4. Installation works the
same as with past releases, although I don't think Jon's very cool Makefile
will work. The two big missing features that will be added for 0.4 are
making the "Import Clip Art" gui (it requires threading, and pygtk threading
always drives me nuts), and some kind of progress bar during the retrieval
of large result sets.
For this version, a ton of code was revamped, and the result is a
significantly more usable and more extensible product (I think). The
interface, in particular, was violently redone.
http://sharelinux.org/?q=node/1
You'll have to index your clip art using the indexClipart.py script before
using it. Also, for now, I wouldn't reccomend using the ocal_net module with
it, simply for performance... once I have a progress dialog, that will be
more doable. There's a ton of changes in here, most of which were inspired
by the recent thread about the project on this mailing list (in particular,
Nathan's xml category-hierarchy idea proved useful). Also, this version is
significantly more independent of Inkscape. I'll provide more documentation
soon, but check out the config file; you can now have it open up images in
arbitrary programs that you specify, all cleanly integrated into the UI.
Feedback, as always, is very welcome. I'll try to have 0.4 out by, oh say...
Wednesday :).
Greg
18 years, 3 months
Re: [Inkscape-devel] CVS compile broken
by Ralf Stephan
Hello,
First, an explanation. Recent fowlups with my commits not compiling
(although they do here) happened because my process here is not fully
automatized and single files were not committed. No excuse.
Thanks to David, cvs compiles again. I owe you one. Will close the
automation gap.
Sincerely,
ralf
18 years, 3 months
Re: [Inkscape-devel] Getting involved
by Bryce Harrington
On Fri, Aug 26, 2005 at 07:59:53PM +0200, Ralf Stephan wrote:
> Bryce,
> SPViewWidget and SPView are now separate.
Great! Thanks Ralf.
Bryce
18 years, 3 months
virtual functions in GObjects
by MenTaLguY
You can't use virtual functions in GObjects. At all. Introducing a
virtual function to a class changes the resulting object layout in a way
that is wholly incompatible with GObject.
If you need something virtual-like before a class hierarchy has been
transitioned away from GObject, you _must_ use the normal GObject
mechanisms for that (i.e. adding an entry to the GObjectClass-ish vtable
and then writing a (non-virtual) wrapper method that calls explicitly
through that function pointer).
-mental
18 years, 3 months
CVS compile broken
by bulia byak
Current CVS can't link:
libinkpre.a(interface.o)(.text+0x2315): In function
`sp_create_window(SPViewWidget*, int)':
/home/d/ink/inkscape/src/interface.cpp:128: undefined reference to
`sp_view_widget_get_type()'
libinkpre.a(interface.o)(.text+0x237f):/home/d/ink/inkscape/src/interface.cpp:132:
undefined reference to `sp_view_widget_get_type()'
libinkpre.a(slideshow.o)(.text+0xea): In function `sp_slideshow_event':
/home/d/ink/inkscape/src/slideshow.cpp:71: undefined reference to
`sp_view_widget_get_type()'
libinkpre.a(svg-view.o)(.text+0x891): In function
`sp_svg_view_widget_get_type()':
/home/d/ink/inkscape/src/svg-view.cpp:315: undefined reference to
`sp_view_widget_get_type()'
libinkpre.a(svg-view.o)(.text+0x8dd): In function
`sp_svg_view_widget_class_init':
/home/d/ink/inkscape/src/svg-view.cpp:332: undefined reference to
`sp_view_widget_get_type()'
libinkpre.a(svg-view.o)(.text+0x8ed):/home/d/ink/inkscape/src/svg-view.cpp:334:
more undefined references to `sp_view_widget_get_type()' follow
libinkpre.a(svg-view.o)(.text+0xaa0): In function `sp_svg_view_widget_init':
/home/d/ink/inkscape/src/svg-view.cpp:381: undefined reference to
`sp_view_widget_set_view(SPViewWidget*, SPView*)'
libinkpre.a(svg-view.o)(.text+0xb1d): In function
`sp_svg_view_widget_size_request':
/home/d/ink/inkscape/src/svg-view.cpp:406: undefined reference to
`sp_view_widget_get_type()'
libinkpre.a(svg-view.o)(.text+0xceb): In function
`sp_svg_view_widget_size_allocate':
/home/d/ink/inkscape/src/svg-view.cpp:450: undefined reference to
`sp_view_widget_get_type()'
libinkpre.a(svg-view.o)(.text+0xef5): In function
`sp_svg_view_widget_new(SPDocument*)':
/home/d/ink/inkscape/src/svg-view.cpp:482: undefined reference to
`sp_view_widget_get_type()'
widgets/libspwidgets.a(desktop-widget.o)(.text+0x79): In function
`sp_desktop_widget_get_type()':
widgets/desktop-widget.cpp:128: undefined reference to
`sp_view_widget_get_type()'
widgets/libspwidgets.a(desktop-widget.o)(.text+0x9b): In function
`sp_desktop_widget_class_init':
widgets/desktop-widget.cpp:139: undefined reference to
`sp_view_widget_get_type()'
widgets/libspwidgets.a(desktop-widget.o)(.text+0xe3c):widgets/desktop-widget.cpp:333:
more undefined references to `sp_view_widget_get_type()' follow
widgets/libspwidgets.a(desktop-widget.o)(.text+0x1d0d): In function
`sp_desktop_widget_new(SPNamedView*)':
widgets/desktop-widget.cpp:727: undefined reference to
`sp_view_widget_set_view(SPViewWidget*, SPView*)'
widgets/libspwidgets.a(desktop-widget.o)(.text+0x1e91):widgets/desktop-widget.cpp:752:
undefined reference to `sp_view_widget_get_type()'
widgets/libspwidgets.a(desktop-widget.o)(.text+0x2033): In function
`sp_desktop_widget_realize':
widgets/desktop-widget.cpp:409: undefined reference to
`sp_view_widget_get_type()'
widgets/libspwidgets.a(desktop-widget.o)(.text+0x205f):widgets/desktop-widget.cpp:410:
undefined reference to `sp_view_widget_get_type()'
collect2: ld returned 1 exit status
make[2]: *** [inkscape] Error 1
--
bulia byak
Inkscape. Draw Freely.
http://www.inkscape.org
18 years, 3 months
Bugs in Stroke Dialog
by John Taber
On Inkscape 0.4.2.0, I've run across a few bugs with strokes:
1) With end markers, Left arrow is bigger than right arrow (assuming
something like Arrow1Sstart, Arrow1Send) - seems to do this for
large,medium,small arrows
2) The entry box for dash spacing will not accept any values
3) The combo popup for line end types gives different choices -
sometimes large arrow is available, pick another marker, then large
becomes available again. Plus there is often a large blank portion of
the combo list.
18 years, 3 months