Package: ipe Version: 6.0pre28-4 Severity: wishlist Usertags: origin-ubuntu hardy
Hi, while mergin ipe from Debian, we have noted some changes which we believe have not been reported to you. These are: - added an icon and desktop file - added colors to default stylesheet Do you think these could be applicable to you? I'm particularly interested to know your opinion on the addition of colors to the standard palette. Many thanks, Cesare Changes: Icon: begin 644 ipe.png MB5!.1PT*&@[EMAIL PROTECTED]"`````@"`8```!S>GKT````!&=!34$``+&/ M"_QA!0````9B2T=$`/\`_P#_H+VGDP````EP2%ES```+$P``"Q,!`)J<&``` M``=T24U%!]<)!`L`(':[EMAIL PROTECTED]"[EMAIL PROTECTED])__]RO9B(9L8P M.C"&'D&VV;4#LX7)0/`<[EMAIL PROTECTED])V5B3C@&J8VXF$`$Z1%AFNZ"(6X:A M&J`?(,T%%'_75"VS'(9(<[EMAIL PROTECTED]"1)#<F(&,@\H>_&40]TY8R M!AR5#VT!,N9`\UWPQH+C`*2\B#Q'5,EAF>(BC7<B2+-C#9;55_*J:.`\7^_5 <ZY^?`PL+"SNU`RHL0QFUA0````!)14Y$KD)@@@`` ` end Desktop file: [Desktop Entry] Version=1.0 Type=Application Name=IPE drawing editor GenericName=PDF Figure Editor Comment=Create your drawings in PDF or PS formats Exec=ipe Icon=ipe Terminal=false Categories=Graphics;2DGraphics;RasterGraphics;GTK; StartupNotify=true Patch to add colors: --- ipe-6.0pre28.orig/src/ipelib/ipestdstyles.cpp +++ ipe-6.0pre28/src/ipelib/ipestdstyles.cpp @@ -37,14 +37,31 @@ "<color name=\"red\" value=\"1 0 0\"/>", "<color name=\"green\" value=\"0 1 0\"/>", "<color name=\"blue\" value=\"0 0 1\"/>", + "<color name=\"cyan\" value=\"0 1 1\"/>", + "<color name=\"\magenta\" value=\"1 0 1\"/>", "<color name=\"yellow\" value=\"1 1 0\"/>", - "<color name=\"gray1\" value=\"0.125\"/>", - "<color name=\"gray2\" value=\"0.25\"/>", - "<color name=\"gray3\" value=\"0.375\"/>", - "<color name=\"gray4\" value=\"0.5\"/>", - "<color name=\"gray5\" value=\"0.625\"/>", - "<color name=\"gray6\" value=\"0.75\"/>", - "<color name=\"gray7\" value=\"0.875\"/>", + "<color name=\"orange\" value=\"1 0.647 0\"/>", + "<color name=\"gold\" value=\"1 0.843 0\"/>", + "<color name=\"purple\" value=\"0.627 0.125 0.941\"/>", + "<color name=\"gray\" value=\"0.745 0.745 0.745\"/>", + "<color name=\"brown\" value=\"0.647 0.165 0.165\"/>", + "<color name=\"navy\" value=\"0 0 0.502\"/>", + "<color name=\"pink\" value=\"1 0.753 0.796\"/>", + "<color name=\"seagreen\" value=\"0.18 0.545 0.341\"/>", + "<color name=\"turquoise\" value=\"0.251 0.878 0.816\"/>", + "<color name=\"violet\" value=\"0.933 0.51 0.933\"/>", + "<color name=\"darkblue\" value=\"0 0 0.545\"/>", + "<color name=\"darkcyan\" value=\"0 0.545 0.545\"/>", + "<color name=\"darkgray\" value=\"0.663 0.663 0.663\"/>", + "<color name=\"darkgreen\" value=\"0 0.392 0\"/>", + "<color name=\"darkmagenta\" value=\"0.545 0 0.545\"/>", + "<color name=\"darkorange\" value=\"1 0.549 0\"/>", + "<color name=\"darkred\" value=\"0.545 0 0\"/>", + "<color name=\"lightblue\" value=\"0.678 0.847 0.902\"/>", + "<color name=\"lightcyan\" value=\"0.878 1 1\"/>", + "<color name=\"lightgray\" value=\"0.827 0.827 0.827\"/>", + "<color name=\"lightgreen\" value=\"0.565 0.933 0.565\"/>", + "<color name=\"lightyellow\" value=\"1 1 0.878\"/>", "<dashstyle name=\"dashed\" value=\"[4] 0\"/>", "<dashstyle name=\"dotted\" value=\"[1 3] 0\"/>", "<dashstyle name=\"dash dotted\" value=\"[4 2 1 2] 0\"/>", -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]