Search found 36 matches

by iconberg
Tue Sep 01, 2015 6:00 pm
Forum: SVG / XML Code
Topic: Scaling svg
Replies: 8
Views: 11613

Re: Scaling svg

brynn wrote:
But you can already do it yourself, by changing the SVG/XML code, as suggested by that tutorial.


I tried but than resizing is not working any more, attached an example with inner svg (circle).
by iconberg
Mon Aug 31, 2015 9:25 pm
Forum: SVG / XML Code
Topic: Scaling svg
Replies: 8
Views: 11613

Re: Scaling svg

brynn wrote:To scale any object (any part of an SVG file/image) separately, just select it separately, and scale.


Well, i know that :)
But that was not i try to mention. The tutorial shows how to let inner svg scale (with other ratio) automaticly when you scale a surrounding svg.
by iconberg
Mon Aug 31, 2015 6:15 pm
Forum: SVG / XML Code
Topic: Scaling svg
Replies: 8
Views: 11613

Scaling svg

Searching for a way to scale text to fit an area i get this usefull informations, i just want to share:
https://css-tricks.com/scale-svg/

Would be nice if inkscape is going to support this "How to Scale Parts of an SVG Separately" thingy.
by iconberg
Wed Jul 22, 2015 5:29 am
Forum: General Discussions
Topic: Python version
Replies: 2
Views: 1845

Re: Python version

Is nobody out there finding this is a good way to force new and better extensions using python3 and tkinter gui?
by iconberg
Wed Jul 22, 2015 5:25 am
Forum: Programming
Topic: Inkscape to print labels
Replies: 4
Views: 4122

Re: Inkscape to print labels

This is not something I'm likely to use. But I wanted to say thanks for your work, and ask a couple of questions. In the first message you said "don't try to make an extension out of it". So if it's not an extension, what is it? Is it a stand alone program that calls up Inkscape to do cer...
by iconberg
Tue Jul 21, 2015 10:02 pm
Forum: Programming
Topic: Inkscape to print labels
Replies: 4
Views: 4122

Re: Inkscape to print labels

Update: - open templates with inkscape by double click on template - big boost speed in generating pdfs by feeding one instance of inkscape shell with commands maybe useful for others using inkscape shell: self.ink_shell = ['c:/programme/inkscape/inkscape.com', '--shell'] if self.make_pdf_flag: info...
by iconberg
Thu Jun 25, 2015 11:39 pm
Forum: Programming
Topic: Inkscape to print labels
Replies: 4
Views: 4122

Inkscape to print labels

Hello, i have made a small programm to combine svg-templates with csv-files, supporting linked gfx and EAN13-Barcode, pdf generating and printing. GUI is not finished but working. Maybe someone has a hint how to choose printer for win and linux. It works good so far, but i cant find a way to adjust ...
by iconberg
Wed Jun 10, 2015 8:47 pm
Forum: General Discussions
Topic: inkscape.com --shell
Replies: 4
Views: 2378

Re: inkscape.com --shell

Hi,

my problem was the interactive shell looks needing escaped chars like \\ for example.
That is unexpected and bad behave for an interactive shell.
by iconberg
Wed May 13, 2015 10:22 pm
Forum: General Discussions
Topic: inkscape.com --shell
Replies: 4
Views: 2378

inkscape.com --shell

Hi,

it is a bug that the shell is leaving after every command i type in?
It says "Inkscape 0.91 r13725 interactive shell mode. Type 'quit' to quit." but quits after every command!

greetz
by iconberg
Mon Mar 30, 2015 9:34 pm
Forum: Programming
Topic: Calculate given size to transform matrix
Replies: 2
Views: 2245

Calculate given size to transform matrix

Hello,

can anyone provide the source or information about calculate a given size for example 5cm x 3xm to correct values for the transform matrix?

greetz
by iconberg
Thu Feb 26, 2015 5:13 am
Forum: Finished Inkscape Work
Topic: business card template
Replies: 1
Views: 4349

Re: business card template

You can slove that problem by setting cut marks between the gaps inside the page.
by iconberg
Wed Feb 25, 2015 1:08 am
Forum: General Discussions
Topic: "inkscape --query-all" bug?
Replies: 2
Views: 1423

Re: "inkscape --query-all" bug?

Ok, but how should i determine than if an object is outside the page, for resizing them?
by iconberg
Tue Feb 24, 2015 10:18 pm
Forum: Inkscape Ideas
Topic: inkscape command line support for input files/wildcards
Replies: 1
Views: 2600

inkscape command line support for input files/wildcards

Hi, i would like to see wildcard support and reading input filenames from a file instead of given in commandline. Would be nice if the used name for input is used for output to, for example: "inkscape --file test.svg --export-pdf" use test.pdf as outfile. If you need to call inkscape for a...
by iconberg
Tue Feb 24, 2015 9:38 pm
Forum: General Discussions
Topic: "inkscape --query-all" bug?
Replies: 2
Views: 1423

"inkscape --query-all" bug?

Hello, is it a bug that the wide of the svg grows with the max. bounding box of an element/layer? Should´nt it show the size of the page? I can understand that the layer size expands, but not the size of the page. C:\Temp>c:\programme\inkscape\inkscape.com Zeichnung-6.svg --query-all svg2 0.70312503...
by iconberg
Tue Feb 24, 2015 7:58 pm
Forum: Programming
Topic: Differences Export to PDF via cmdline and via inkscape
Replies: 2
Views: 2548

Re: Differences Export to PDF via cmdline and via inkscape

Ok, found it. The differences comes from parallel installation .48(32bit) and .91 (64bit), while .svg extension was linked to .48 and i called .91 via commandline. As far as both versions export and show the same i have no problem. The differences between the caire version are another chapter i guess.
by iconberg
Tue Feb 24, 2015 7:46 pm
Forum: Programming
Topic: Differences Export to PDF via cmdline and via inkscape
Replies: 2
Views: 2548

Re: Differences Export to PDF via cmdline and via inkscape

I tried to compare the pdfs via notepad, it seems there were different cairo version used: 12 0 obj << /Creator (cairo 1.11.2 (http://cairographics.org)) /Producer (cairo 1.11.2 (http://cairographics.org)) >> endobj 12 0 obj << /Creator (cairo 1.14.1 (http://cairographics.org)) /Producer (cairo 1.14...
by iconberg
Tue Feb 24, 2015 5:19 pm
Forum: Programming
Topic: Differences Export to PDF via cmdline and via inkscape
Replies: 2
Views: 2548

Differences Export to PDF via cmdline and via inkscape

Hello, i cant get why i get different results if i export via commandline and by hand from inkscape. If i export by hand i get the same result in the pdf like i see in inkscape. But via commandline i have bigger text than the manual export. For example "c:\programme\inkscape\inkscape.com --file...
by iconberg
Tue Feb 24, 2015 1:10 am
Forum: General Discussions
Topic: Commandline export as pdf 1.4
Replies: 2
Views: 1829

Commandline export as pdf 1.4

Hello,

anyway to force export in 1.5 (V 0.91)?

greetz
by iconberg
Thu Feb 12, 2015 8:19 pm
Forum: General Discussions
Topic: positioning is not accurate, printer or inkscape problem?
Replies: 13
Views: 5131

Re: positioning is not accurate, printer or inkscape problem

Dont know why but your file is shifted on our laser too, pdf output is ok...
by iconberg
Thu Feb 12, 2015 8:07 pm
Forum: General Discussions
Topic: tspan with and without coordinates
Replies: 4
Views: 1715

Re: tspan with and without coordinates

Jeje... if your question its's not retorical... I don't know... I think it's something unexpected... That may change... or not... Just retorical like: To be or not to be :D Well, the offset via dx, dy is interesting, so it would be possible to move a text only by changing the parent. But not used y...
by iconberg
Thu Feb 12, 2015 4:23 am
Forum: General Discussions
Topic: tspan with and without coordinates
Replies: 4
Views: 1715

Re: tspan with and without coordinates

So its a bug, not a feature?
Maybe it is a feature and only the export as normal svg is broken... :) :D
by iconberg
Thu Feb 12, 2015 4:18 am
Forum: Programming
Topic: How to find the inkscape.exe
Replies: 9
Views: 3766

Re: How to find the inkscape.exe

Didnt expected that it works but it does :)
I guess the pyhton process gets the enviroment from the parent.
Thanks.
by iconberg
Wed Feb 11, 2015 11:55 pm
Forum: Inkscape Ideas
Topic: More options for elements
Replies: 9
Views: 3979

Re: More options for elements

tylerdurden wrote:Can perhaps be done with javascript and html:
viewtopic.php?f=5&t=16250&p=60825


Yeah, thanks for the point.
I guess i go with a html+python (instead of javascript, i hate it) interface and only the design is done in inkscape with an minimal extension.
by iconberg
Wed Feb 11, 2015 11:05 pm
Forum: General Discussions
Topic: tspan with and without coordinates
Replies: 4
Views: 1715

tspan with and without coordinates

Hi, if i make a text and type it in direct on the sheet the tspan get x and y coordinates. Typing the text via ctrl+shit+t and text-window the tspan created without coordinates. Good to know they can be created without coordinates, was afraid to calculate new lines via font-size and spacing. But why...
by iconberg
Wed Feb 11, 2015 10:08 pm
Forum: General Discussions
Topic: positioning is not accurate, printer or inkscape problem?
Replies: 13
Views: 5131

Re: positioning is not accurate, printer or inkscape problem

Try to clean the position stripe, mabye it has some dirt on a gap that brokes position.
If i remember right such pinters have a calibrate option to reposition the colours of the head on each other maybe it helps.

Go to advanced search