Inkscape 0.48.3
by Ted Gould
Happy to announce the 0.48.3 release of Inkscape being out the door. Of
course this is only the source release, binaries will be along shortly.
You can find the LP milestone here:
https://launchpad.net/inkscape/0.48.x/0.48.3
Which reports 68 bugs as Fix Released, from 18 different assignees.
Both impressive numbers. There are files on that page but also at
SourceForge here:
http://sourceforge.net/projects/inkscape/files/inkscape/0.48.3/
For the paranoid I've also included hashes of the files on my system,
love you paranoids!
== MD5 ==
9038961369c4f8b63e900ca4bfa4da61 inkscape-0.48.3.tar.bz2
4b88d6220b491e94366c2365b90d36cc inkscape-0.48.3.tar.bz2.asc
4623e6be4d4553d7c871b26454de88db inkscape-0.48.3.tar.gz
c97bb53225556cf704ca1d2cad4b654f inkscape-0.48.3.tar.gz.asc
2669679a121def72577184c8691f4209 inkscape-0.48.3.zip
cedf6bc858ff63d54c0659eaabd2ddba inkscape-0.48.3.zip.asc
== SHA1 ==
7de7f5cb28d7407a891f02a3cfcfbff962bc3f9f inkscape-0.48.3.tar.bz2
531349ebbcbde497b419b86b14b8f4588e5f592b inkscape-0.48.3.tar.bz2.asc
937c1376bb0d9c00b22b88525826257d67ce237b inkscape-0.48.3.tar.gz
e90e00e75a1af5ec0ef9736ebcff843e5def9a5b inkscape-0.48.3.tar.gz.asc
048e65843d61a70858966068a1c98f3e3a8667b6 inkscape-0.48.3.zip
eb65f197135c48acfa274f3a16a93761c30b3562 inkscape-0.48.3.zip.asc
--Ted
11 years, 9 months
does devlibs need libgcc_s_dw2-1.dll ?
by alvinpenner
I was updating my devlibs from rev 24 to rev 27, on Windows XP,
tdm-gcc-4.5.1. After recompiling Inkscape the compiler gave me an error
message saying it could not find libgcc_s_dw2-1.dll. I could not find this
in devlibs or mingw32 so I copied a version from a Gimp 2.0 installation and
it appears to work. Will this file need to be in devlibs or is this a
peculiarity of my machine?
tia,
Alvin
--
View this message in context: http://inkscape.13.n6.nabble.com/does-devlibs-need-libgcc-s-dw2-1-dll-tp4...
Sent from the Inkscape - Dev mailing list archive at Nabble.com.
11 years, 9 months
btool compile error on windows
by Susan Spencer
In compiling Inkscape for Windows vista Home SP2, in response to the
'btool' command, I received this error message:
make error line 0 : cannot open the file 'C:\devlibs\lib\pkgconfig\gtkmm-2.4.pc'
Adding the DEVLIBS_PATH fixed this problem, ran btool again, but
received similar message for mingw, adding the MINGW_PATH environment
variable fixed this problem as well.
How to:
In Control Panel/System/Advanced System Settings/Advanced
Tab/Environment Variables:
1. click New, type DEVLIBS_PATH in Variable Name, C:\<path>\devlibs in
Variable Value, click OK ...(individual paths may vary)
2. click New, type MINGW_PATH in Variable Name, C:\mingw32 in Variable
Value, click OK
3. click OK, close control panel, etc.
4. run btool again
5. play skyrim while it grinds
- susan
11 years, 9 months
Re: [Inkscape-devel] Powerstroke requests
by Valerie
Alright, I've made a bug report:
https://bugs.launchpad.net/inkscape/+bug/933928
Now that you mention it, you're right, the bug also shows up with
Pattern along Path and such.
While we're on the topic of powerstroke, I'd like to suggest having
multiple styles of powerstroke available from the drop-down, which
means users wouldn't need to open the LPE dialogue at all. This
means different end styles, different cusp node styles etc.
I'm at a loss as to how they'd be named though. Maybe we can
at least have a "rounded" (rounded edges, rounded for cusp nodes)
and a "sharp" shape (everything sharp, a bit like for thin calligraphic
strokes).
Thanks for the tip by the way! I'm going for a different style, but
it's useful.
Date: Thu, 16 Feb 2012 20:51:07 +0100
From: Johan Engelen <jbc.engelen@...2592...>
Subject: Re: [Inkscape-devel] Powerstroke requests
To: inkscape-devel(a)lists.sourceforge.net
Message-ID: <4F3D5E2B.2050701@...2592...>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 26-1-2012 16:59, Valerie wrote:
> Weird behavior to report:
> 1. Make a powerstroke (example: triangle in)
> 2. Make a duplicate (ctrl+D)
> 3. Move some of the nodes of the second powerstroke
> 4. Modify the width of the second powerstroke
>
> Behavior: the width of the first powerstroke gets modified as well.
>
> This does not happen if you select and move the second
> powerstroke with F1 before modifying its width.
> This does not happen with ctrl+C.
This is a more general bug that duplicating does not fork LPEs. There is
a setting for forking behaviour for gradients, so I will have to add it
for LPEs too. Perhaps if I forget about it too long, you can add a bug
report about it and assign it to me...
> I was trying to trying to do easy eyelashes by making one
> powerstroke the shape I wanted, duplicating it, moving the end
> slightly and modifying the width slightly (to have a bit of variety).
> I was also trying to do some sketchy effects with the same
> method.
You can also do eyelashes with the stitch sub-paths effect (and paste an
eyelash shape as stitch path). But then you cannot do width
variations... perhaps a good addition to stitch sub-paths LPE...
Cheers,
Johan*******************
11 years, 9 months
Re: [Inkscape-devel] Powerstroke requests
by Valerie
Weird behavior to report:
1. Make a powerstroke (example: triangle in)
2. Make a duplicate (ctrl+D)
3. Move some of the nodes of the second powerstroke
4. Modify the width of the second powerstroke
Behavior: the width of the first powerstroke gets modified as well.
This does not happen if you select and move the second
powerstroke with F1 before modifying its width.
This does not happen with ctrl+C.
I was trying to trying to do easy eyelashes by making one
powerstroke the shape I wanted, duplicating it, moving the end
slightly and modifying the width slightly (to have a bit of variety).
I was also trying to do some sketchy effects with the same
method.
Any clue?
11 years, 9 months
Windows version messed up in lcms.h and color-profile.cpp
by LucaDC
Even after a clean build, I get these errors (rev 10983, Windows XP):
Make error line 289: problem compiling: In file included from
src/color-profile.cpp:30:0:
c:\devlibs/include/lcms.h:196:0: warning: "ZeroMemory" redefined [enabled by
default]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/winbase.h:1348:0:
note: this is the location of the previous definition
c:\devlibs/include/lcms.h:197:0: warning: "CopyMemory" redefined [enabled by
default]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/winbase.h:1346:0:
note: this is the location of the previous definition
c:\devlibs/include/lcms.h:212:0: warning: "LOWORD" redefined [enabled by
default]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/windef.h:131:0:
note: this is the location of the previous definition
c:\devlibs/include/lcms.h:213:0: warning: "HIWORD" redefined [enabled by
default]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/windef.h:132:0:
note: this is the location of the previous definition
In file included from src/color-profile.cpp:30:0:
c:\devlibs/include/lcms.h: In function 'void* _cmsMalloc(size_t)':
c:\devlibs/include/lcms.h:1410:16: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
src/color-profile.cpp: In static member function 'static
std::vector<Glib::ustring> Inkscape::ColorProfile::getBaseProfileDirs()':
src/color-profile.cpp:824:55: error: invalid conversion from
'cmsUInt32Number* {aka unsigned int*}' to 'PDWORD {aka long unsigned int*}'
[-fpermissive]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/icm.h:319:13:
error: initializing argument 3 of 'BOOL GetColorDirectoryW(PCWSTR, PWSTR,
PDWORD)' [-fpermissive]
Regards.
Luca
--
View this message in context: http://inkscape.13.n6.nabble.com/Windows-version-messed-up-in-lcms-h-and-...
Sent from the Inkscape - Dev mailing list archive at Nabble.com.
11 years, 9 months
sp-conn-end.cpp specialist in the room?
by Kris De Gussem
Hi all
During another round of cppcheck, I stumbled upon some weird code in
sp-conn-end.cpp. Can someone have a look at line 77 to 85?
This block of code does not seem right (why is for-loop variable i
used again as for loop variable in a sub loop?):
-------------
for (Geom::CrossingSet::const_iterator i = cross.begin(); i !=
cross.end(); i++) {
const Geom::Crossings& cr = *i;
for (Geom::Crossings::const_iterator i = cr.begin(); i !=
cr.end(); i++) {
-------------
Regards
K.
11 years, 9 months
Problem with the following SVG
by Gerben Wierda
The following SVG can be correctly exported to a bitmap, but it cannot correctly be printed on Windows and not correctly translated to PDF on either Windows or Mac.
11 years, 9 months
Google Summer of Code
by Josh Andler
Hey All,
Any volunteers for possible mentors? When/if we apply later this
month, it would be good to know how many potential students we could
handle.
Cheers,
Josh
11 years, 9 months