-- Inkscape 0.47 brings a host of important improvements all across the program: * Timed autosave: no more lost work * Spiro splines: an exciting new way to work with paths, fully supported in Pen, Pencil, and Node tools * Auto smooth nodes: a new type of node that keeps the path as smooth as possible as you move it or its neighbors * New modes in Tweak tool: pushing and jittering whole objects, scaling/rotating objects, deleting and duplicating using the "soft brush" * Reworked, much more usable snapping system and a Snapping toolbar * New path effects, including sketch, hatching, envelope deformation; effects can be stacked and assigned to groups * A huge collection of preset filters in the new Filters menu * New cairo-based PS and EPS export: improved quality, more features supported, fallback rasterization for filters and transparency * Spell checker for text objects in a document * Many new extensions: restacking, calendar, printing marks, cartesian and polar grids, interpolating attributes * Optimized SVG code options, now with their own Preferences page
13 lines
465 B
Text
13 lines
465 B
Text
$NetBSD: patch-af,v 1.4 2009/11/29 20:51:51 tnn Exp $
|
|
|
|
--- packaging/macosx/Resources/script.orig 2009-11-16 18:29:06.000000000 +0100
|
|
+++ packaging/macosx/Resources/script
|
|
@@ -31,7 +31,7 @@ if [[ $VERSION -le 4 ]]; then
|
|
open -a XDarwin /tmp/getdisplay.sh || \
|
|
echo ":0" > /tmp/display.$UID
|
|
|
|
- while [ "$?" == "0" -a ! -f /tmp/display.$UID ]; do
|
|
+ while [ "$?" = "0" -a ! -f /tmp/display.$UID ]; do
|
|
sleep 1
|
|
done
|
|
export DISPLAY=`cat /tmp/display.$UID`
|