And the winner (by quite a bit, actually) is Euphoria Script!
Thanks to everyone for the votes and helping us choose a new open font.
The new font will be deployed to the website and relevant graphics.
You can start using it now in your inkscape-related materials by
downloading it here:
(includes font and ofl license files).
http://www.opendesignstudio.org/inkscape/euphoria_script.zip
Have fun, and thanks again for the help!
-C
Thanks, I do it, finaly I need another collapsable :)
The number.unit is insensitive -locked, maybe also I add an option to
override it, not sure.
Cheers, Jabier.
El vie, 29-07-2016 a las 09:38 +0100, Alex Valavanis escribió:
> Looks awesome! Can an option be added to change the spacing between
> the
> number and the unit?
>
> AV
>
> On 28 Jul 2016 3:30 p.m., "Jabier Arraiza" <jabier.arraiza@...2982...>
> wrote:
>
> >
> > Hi to all.
> >
> > Following a CR idea, I done my last work. I hope you like it!
> > https://www.youtube.com/watch?v=onqVu_SWeMU
> >
> > All the best, Jabier.
> >
> >
> >
> > -----------------------------------------------------------------
> > -------------
> > _______________________________________________
> > Inkscape-devel mailing list
> > Inkscape-devel(a)lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/inkscape-devel
> >
:)
El jue, 28-07-2016 a las 17:43 +0300, Alexandre Prokoudine escribió:
> Jabier,
>
> I hope it's your latest work rather than last :)
>
> Looks good!
>
> Alex
>
> On Thu, Jul 28, 2016 at 5:29 PM, Jabier Arraiza
> <jabier.arraiza@...2982...> wrote:
> >
> > Hi to all.
> >
> > Following a CR idea, I done my last work. I hope you like it!
> > https://www.youtube.com/watch?v=onqVu_SWeMU
> >
> > All the best, Jabier.
> >
> >
> > -----------------------------------------------------------------
> > -------------
> > _______________________________________________
> > Inkscape-devel mailing list
> > Inkscape-devel(a)lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi,
I'm on Ubuntu 16.04 64 bit and Inkscape is very crashy. I even moved to
the stable PPA packages and it's the same.
Could someone point me to where I can best make a bug report?
The error seems to be:
** (inkscape:9729): CRITICAL **: void
sp_ruler_remove_track_widget(SPRuler*, GtkWidget*): assertion 'SP_IS_RULER
(ruler)' failed
** (inkscape:9729): CRITICAL **: void
sp_ruler_remove_track_widget(SPRuler*, GtkWidget*): assertion 'SP_IS_RULER
(ruler)' failed
*** Error in `inkscape': double free or corruption (fasttop):
0x0000000004971570 ***
It happens on exit from Inkscape.
Thx,
/d
The printerdialog in Inkscape always give me 'Letter' as papersize, but
my printer uses 'A4'. I think the printerdialog should use the default
settings from printer properties.
Any chance to change the default papersize in printerdialog?
I need to convert from one cantankerous program to another.
For output I have only PDF. For input I have a range of options - AI/DXF/AI/EMF/PLT.
Inkscape has DXF both via built in and also the BetterDXF plugin. It can also do SVG of course which can then be converted again to AI potentially with pstoedit.
Inkscape has commandline options for batch processing but not for DXF AFAIK. It tok me a while to figure that out. DXF export is support but via GUI.
Anyway, the simplest thing is to use pstoedit rather than Inkscape for this task.
I'm just putting this out there on the hope that this gets picked up by Google when people are searching for converting vector files for free because at the moment Inkscape is coming up as a suggestion in many search results and I ended up taking a lot of time trying to figure out how to write a batch file when at the end of the day I should have been using pstoedit.
AI worked better since DXF will need to you tell it the scale (i.e. mm or cm). Successful command for me was: .\pstoedit input.pdf -f plot-ai out.ai
Hope this helps someone out there