Search found 5 matches
- Fri Nov 11, 2016 4:18 am
- Forum: Programming
- Topic: Can't assign operator error on code that used to compile
- Replies: 2
- Views: 3954
Can't assign operator error on code that used to compile
A old script no longer compiles INKSCAPE="/C/Program Files/Inkscape/inkscape.exe" OPTS=--export-background-opacity=0 SVG=My_Icon.svg DEST=generated_icons "$INKSCAPE" -w36 $OPTS --export-png=$DEST/android/ic_launcher-ldpi.png $SVG I get this error on the OPTS line: can't assign to...
- Fri Nov 11, 2016 3:37 am
- Forum: Programming
- Topic: enable/disable layers via command line
- Replies: 2
- Views: 6273
- Fri Nov 11, 2016 1:31 am
- Forum: Help with using Inkscape
- Topic: [solved] Can't remove border from object
- Replies: 2
- Views: 2624
- Fri Nov 11, 2016 1:12 am
- Forum: Help with using Inkscape
- Topic: [solved] Can't remove border from object
- Replies: 2
- Views: 2624
[solved] Can't remove border from object
I have an image which seems to have a border around it despite have selected X for Stroke paint.
The objects in the image were black, then I filled with grey and removed the Stroke paint, but a black border remains.
What am I doing wrong?
(file attached)
The objects in the image were black, then I filled with grey and removed the Stroke paint, but a black border remains.
What am I doing wrong?
(file attached)
- Tue Jul 07, 2015 12:05 am
- Forum: Programming
- Topic: enable/disable layers via command line
- Replies: 2
- Views: 6273
enable/disable layers via command line
I have a script (below) which exports from an svg file to png files of various sizes. This works, but I need more. I need to be able to enable and disable layers before the export. So, for example, just after the "#Android" line, I need to enable layer "android" disable layer &qu...