to improve Mask in Inkscape!
by Peter
Hi,
This site to show how make a mask in Inscape:
http://members.lycos.co.uk/simarilius/svgfiles/pattern1.htm
I have a idea how improved and develop it:
The problem:
the path x,y coordinates is sitll dont same the pattern coodiante (this is a
bug) and if this bug fix than ought make a check box In the fill menu that
on/off the ralations between path and pattern coordinates and a load pattern
button :).
Peter
19 years, 4 months
removal of private-fonts and libarikkei
by MenTaLguY
Just a heads-up that I've removed the "private-fonts" private font
installation facility.
Anyone who had needed it in the past it will probably find their
system's native font management facilities easier and more flexible at
this point. Fontconfig has brought unix font management a long, long
way.
Also of note, libarikkei has been removed from the tree as it is no
longer used.
-mental
19 years, 4 months
Snapping to Grid
by Landon Blake
Inkscape Users,
I'm having some trouble using the "snap to grid" feature. I checked "snap to grid" in the document options dialog, and set my grid spacing to 0.25 inch. My snap distance was set to 0.20. I played with some different snap distances, but I can't seem to get the nodes of any paths or shapes to snap to the grid. Any suggestions? Also, is there any way to specify the coordinates of a node?
Thanks,
Landon Blake
19 years, 4 months
Re: [Inkscape-user] wacom tablet and inkscape?
by MenTaLguY
On Mon, 2004-05-03 at 13:05, Ralf Höling wrote:
> I forgot to mention that I use Inkscape on MacOSX with x11. Though I'm
> not a graphic-professional I'm considering to buy a wacom tablet, so I
> would be happy if anyone knows if inksape and x11 under MacOSX can work
> with it.
I don't know offhand if OS X's X11 server supports XInput, but it should
work at least as well as a mouse device (i.e. no pressure sensitivity),
which is as much as we support tablets in general at the moment.
I have OS X and a tablet handy, but I need to reinstall fink and build
Inkscape before I can try it. Since I have dialup, this will take a
while.
-mental
19 years, 4 months
~/.inkscape/private-fonts
by MenTaLguY
Now that we're using Gtk2, "normal" font installation is easy even on
Unix (put your fonts in ~/.fonts).
Would anyone object if we removed support for the "private-fonts" file?
I don't think we have a need to maintain our own font
installation/management mechanism anymore.
-mental
19 years, 4 months
./configure problem
by salahuddin pasha
hi
i am using slackware 9.1 and gave full install
but when i ./configure (inkscape-0.38.1)slackware it shows
---------------------------------------------------------------------------
bash-2.05b$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for intltool >= 0.22... 0.30 found
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool
bash-2.05b$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for intltool >= 0.22... 0.30 found
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool
bash-2.05b$
---------------------------------------------------------------------------
after install
XML-Parser-2.34 it solve
and now it shows another err
-----------------------------------------------------------------------------
Package sigc++-1.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sigc++-1.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sigc++-1.2' found
configure: error: Library requirements (gtk+-2.0 >= 2.0.0 libart-2.0 >= 2.3.10 libxml-2.0 >= 2-2.4.24 sigc++-1.2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
-------------------------------------------------------------------------------
then i have installed
libsigc++-2.0.1 (/usr/local/lib)
the sigc++-2.0.pc files in
/usr/local/lib/pkgconfig/sigc++-2.0.pc
and other software *.pc files in
/usr/lib/pkgconfig/
but it could not find the sigc++
how can i set the sig path pkgconfig
but the older version inkscape-0.36
./configure properly (i haven't install it)
--
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
>From your mailbox to local or overseas cell phones.
Powered by Outblaze
19 years, 4 months
./configure problem
by salahuddin pasha
hi
i am using slackware 9.1 and gave full install
but when i ./configure (inkscape-0.38.1)slackware it shows
---------------------------------------------------------------------------
bash-2.05b$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for intltool >= 0.22... 0.30 found
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool
bash-2.05b$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for intltool >= 0.22... 0.30 found
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool
bash-2.05b$
---------------------------------------------------------------------------
after install
XML-Parser-2.34 it solve
and now it shows another err
-----------------------------------------------------------------------------
Package sigc++-1.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sigc++-1.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sigc++-1.2' found
configure: error: Library requirements (gtk+-2.0 >= 2.0.0 libart-2.0 >= 2.3.10 libxml-2.0 >= 2-2.4.24 sigc++-1.2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
-------------------------------------------------------------------------------
then i have installed
libsigc++-2.0.1 (/usr/local/lib)
the sigc++-2.0.pc files in
/usr/local/lib/pkgconfig/sigc++-2.0.pc
and other software *.pc files in
/usr/lib/pkgconfig/
but it could not find the sigc++
how can i set the sig path pkgconfig
but the older version inkscape-0.36
./configure properly (i haven't install it)
--
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
>From your mailbox to local or overseas cell phones.
Powered by Outblaze
19 years, 4 months