Search found 26 matches

by samueldellicour
Mon Mar 30, 2015 2:15 am
Forum: Help with using Inkscape
Topic: How to change skins/themes?
Replies: 8
Views: 33917

Re: How to change skins/themes?

I've modified the icon file, and have added the missing icons , and done some slight tweakings. I'm not using the dark theme mentionned above. http://imgh.us/inkscape-gray-icons2.png Issues (on my Windows computer): file icons (open, save etc) are still in color. I suppose they come from the gtk the...
by samueldellicour
Sat Feb 21, 2015 5:50 am
Forum: Programming
Topic: how to write Inkscape extensions
Replies: 3
Views: 3300

Re: how to write Inkscape extensions

There is the Extensions category page in the wiki, with links to useful pages, some of which you have mentioned, some not. For helping making the UI (user interface with options), there is also this ready to use Inkscape template/boilerplate as a starting point. And there is this page from Sugar Pil...
by samueldellicour
Sat Feb 21, 2015 5:19 am
Forum: Programming
Topic: Find the center of an object in a script
Replies: 1
Views: 2447

Re: Find the center of an object in a script

In my extension to add guides through the center of a SINGLE selected object, I use the following code. Maybe you can use that as a start? # getting the main SVG document element (canvas) svg = self.document.getroot() # getting the width and height attributes of the canvas canvas_width = self.unitto...
by samueldellicour
Sun Feb 15, 2015 4:35 am
Forum: Programming
Topic: New group of extensions related to guides
Replies: 14
Views: 8390

Re: New group of extensions related to guides

@ragstian: I had seen those posts. I have replaced inkex.unittouu with self.unittouu - contained in Class addCenteredGuides(inkex.Effect) and it works for me (Windows, Inkscape 0.91). Are you using Inkscape 0.91 or 0.48? The latest versions are only compatible with 0.91. I should have made that more...
by samueldellicour
Sun Feb 15, 2015 12:56 am
Forum: Programming
Topic: New group of extensions related to guides
Replies: 14
Views: 8390

Re: New group of extensions related to guides

I have updated the extensions, and they are now compatible with Inkscape 0.91.

I'll see if I can add those "middle guides" in the gutters as an option...
by samueldellicour
Sat Feb 14, 2015 9:44 pm
Forum: Programming
Topic: New group of extensions related to guides
Replies: 14
Views: 8390

Re: New group of extensions related to guides

If you use my guides extension (mentioned at the beginning of this thread), you can generate those middle guides too, but it does take one extra step. Generate an extra grid of guides, with gutters set to 0, and with the right width for columns. So after generating the original columns and gutters, ...
by samueldellicour
Fri Nov 07, 2014 6:40 pm
Forum: Programming
Topic: New group of extensions related to guides
Replies: 14
Views: 8390

Re: New group of extensions related to guides

Good idea, Lazur URH. I'll look into that.

It also looks like I'll have to update how units are being calculated. For now, the extensions work in 0.49, but have not been tested in (upcoming) 0.91.

Inkcape 0.91 looks to be a great new version.
by samueldellicour
Fri Nov 07, 2014 4:19 am
Forum: Programming
Topic: New extension for grid (guides) with columns and gutters
Replies: 5
Views: 4730

Re: New extension for grid (guides) with columns and gutters

As mentioned in the update of the initial post, the most recent version can now be found through this post, or directly on this github page.
by samueldellicour
Fri Nov 07, 2014 4:13 am
Forum: Programming
Topic: New group of extensions related to guides
Replies: 14
Views: 8390

New group of extensions related to guides

In a previous post , I introduced an Inkscape extension to make a grid of guides. I've continued working on it, and I now have a series of Inkscape extensions related to guides, of which that grid extension is a part. Full description (and download) on the Inkscape Guide Tools github page . Or use t...
by samueldellicour
Wed Nov 05, 2014 8:06 am
Forum: Inkscape Ideas
Topic: Creating margin guide automatically
Replies: 3
Views: 7273

Re: Creating margin guide automatically

Hi. I've written a bundle of inkscape extensions related to guides. You can find them here: https://github.com/sambody/inkscape-guide-tools One of them is for adding margin guides. Either all margin guides with the same distance to the border, or separate distances. Maybe that's what you're looking ...
by samueldellicour
Wed Nov 05, 2014 7:46 am
Forum: Programming
Topic: Custom font, how to write CSS?
Replies: 2
Views: 3119

Re: Custom font, how to write CSS?

So you want to use an image (which contains your title in a special font), to put in the header of your blog, right?
Maybe this can help: http://www.pdx.edu/psuonline/adding-a-h ... oogle-blog
by samueldellicour
Tue Jul 29, 2014 7:00 pm
Forum: Help with using Inkscape
Topic: HOW TO CREATE A TEMPLATE OF 0.48 IMAGE?
Replies: 3
Views: 1774

Re: HOW TO CREATE A TEMPLATE OF 0.48 IMAGE?

Do you want to send an image (that contains the name)? Or do you want to send an.html
by samueldellicour
Mon Feb 17, 2014 11:54 pm
Forum: Programming
Topic: Macros or toolbar hacking.
Replies: 3
Views: 3268

Re: Macros or toolbar hacking.

Here is a way to assign it a shortcut
by samueldellicour
Tue Feb 11, 2014 8:53 pm
Forum: Help with using Inkscape
Topic: Ishihara?
Replies: 3
Views: 3403

Re: Ishihara?

I've just tested the online generator in firefox, and the size of the brush works for me. - You need to make at least one circle first (then remove it with Shift-click) - Then you need to hold down the Control key, and move the cursor either to the left (for smaller brush) or to the right (for large...
by samueldellicour
Mon Feb 10, 2014 9:31 pm
Forum: Help with using Inkscape
Topic: Ishihara?
Replies: 3
Views: 3403

Re: Ishihara?

There is an online ishihara generator here . You can download the result as an svg file . I don't think you can set a "hidden" number though with this one. And the circles are all touching (you may want to add a white border in inkscape to cheat). Another generator here - with numbers, but...
by samueldellicour
Mon Feb 10, 2014 9:26 pm
Forum: Help with using Inkscape
Topic: Using Inkscape for sticker printing
Replies: 1
Views: 1717

Re: Using Inkscape for sticker printing

With regard to the document: I think that's a question to ask to your supplier. If he/shel tells you to that a document the size of the sticker is enough, it's easier for you. If not, you'll have to copy/clone your sticker on a A4 document.

I don't know about cut lines.
by samueldellicour
Thu Feb 06, 2014 8:46 am
Forum: Help with using Inkscape
Topic: Tracing to save to svg
Replies: 3
Views: 1417

Re: Tracing to save to svg

Or is this what you want (setting fill to white, adding black stroke):
by samueldellicour
Thu Feb 06, 2014 8:41 am
Forum: Help with using Inkscape
Topic: Tracing to save to svg
Replies: 3
Views: 1417

Re: Tracing to save to svg

When I trace your image, I have something that looks like the attached image (it's a screenshot). All the edges are "paths" with "nodes" (the little squares) that you can move around if necessary. Isn't this what you need? What is happening exactly when you use your traced svg fi...
by samueldellicour
Tue Jan 28, 2014 2:56 pm
Forum: General Discussions
Topic: What features would you LOVE to see?
Replies: 8
Views: 6742

Re: What features would you LOVE to see?

What I really would like to see (some have already been mentioned): - choose to set the stroke width inside or outside a shape at a click of a button; - multiple strokes - putting origin of coordinates in top left, or anywhere - optimizing png export (reducing file size); - ability to export to jpg ...
by samueldellicour
Mon Jan 27, 2014 2:52 am
Forum: Programming
Topic: New extension for grid (guides) with columns and gutters
Replies: 5
Views: 4730

Re: New extension for grid (guides) with columns and gutters

@Lazur URH: thanks, I've added a reply to that topic.

@Ragnar: I've updated my initial post with links ;-) - thanks. I'll try to get it on that wiki page.
by samueldellicour
Mon Jan 27, 2014 2:38 am
Forum: Help with using Inkscape
Topic: Applying Multiple Guides to Inkscape
Replies: 6
Views: 4313

Re: Applying Multiple Guides to Inkscape

I have made a plugin to create a grid of guides, for making columns and gutters. (The center guides are not added automatically, but they can be generated as a separate grid). Download from the Grid Maker github page . The grid extension is now part of this bundle of extensions: Inkscape Gui...
by samueldellicour
Sun Jan 26, 2014 10:07 am
Forum: Programming
Topic: New extension for grid (guides) with columns and gutters
Replies: 5
Views: 4730

New extension for grid (guides) with columns and gutters

UPDATE: This extension is no longer maintained. Is has moved to a package of guide extentions: Find the details in this post! I wanted to share an extension I made to generate guides in a grid - resulting in equal width columns with gutters (= spacing between columns). I named it Grid Maker, and yo...
by samueldellicour
Thu Oct 31, 2013 1:13 am
Forum: Inkscape & the Web
Topic: Snap.svg - an animation tool for svg in the browser
Replies: 5
Views: 8629

Snap.svg - an animation tool for svg in the browser

Not sure if someone mentioned this in the forum, but here goes. An interesting tool for web designers/developers: A javascript library built for coding SVG animations for the web: http://snapsvg.io/ Check the demo video. You can use drawings made by Inkscape for example. For modern browsers (IE 9+)....
by samueldellicour
Wed Jul 31, 2013 11:04 am
Forum: Help with using Inkscape
Topic: Rectangle with 45 degree angle
Replies: 8
Views: 6639

Re: Rectangle with 45 degree angle

Another way to do it, is to use another shape, rotated 45 degrees, to "cut away" a part of the rectangle: - Draw your rectangle, for example a wide, horizontal rectangle (wider than it should be) - Draw another rectangle or square, twice as big as your first rectangle. Give it a different ...
by samueldellicour
Wed Jul 31, 2013 9:07 am
Forum: Inkscape & the Web
Topic: Inkscape and CSS text rendering
Replies: 3
Views: 7985

Re: Inkscape and CSS text rendering

You can certainly use the line-height property from the Inkscape Text dialog in your css like this: Suppose you have set a line-height of 140% for some text in Inkscape (for example for all paragraphs), then in your css you can use p { line-height: 1.4;} Note that I'm not using units here, and this ...

Go to advanced search