GUI for feCompoentTransfer
by Tavmjong Bah
Hi,
Inkscape can render the feComponentTransfer primitive but cannot create
or modify the primitive. I've hacked a GUI for the primitive and would
appreciated if those knowledgeable in such things could have a look at
the code and test it out. One thing that doesn't work is updating the
rendering when the 'type' value is changed. I don't see how to connect a
signal to force a rendering update.
Ideally, the GUI for this primitive would look a bit like the GIMP
"Curves" dialog but that is for another day.
The code can be downloaded at:
lp:~inkscape.dev/inkscape/component
Thanks,
Tav
9 years
DockBehavior::set_sensitive
by Johan Engelen
Hi all,
Who knows something about Dialogs and DockBehavior?
There is this piece of code in /ui/dialog/dock-behavior.cpp:
void DockBehavior::set_sensitive(bool sensitive)
{
// TODO check this. Seems to be bad that we ignore the parameter
get_vbox()->set_sensitive();
}
The code has not been touched for a long while. Hope someone can help me
clean it up.
If you know how to test this part, just change it to
get_vbox()->set_sensitive();
and see if it breaks (or fixes!) anything. If not, go ahead and commit it.
Thanks,
Johan
9 years
★ Inkscape Devel, Fsdf Fsdfsa te ha dejado un mensaje
by Fsdf Fsdfsa
Fsdf Fsdfsa te ha dejado un mensaje
Este mensaje es personal. Sólo tú y su remitente tenéis acceso a él y te recordamos que lo puedes eliminar en cualquier momento. Si quieres responder puedes hacerlo desde el chat. Para leer tu mensaje, haz clic en el siguiente enlace:
http://eu1.badoo.com/0170564180/in/Mb6oEaV9oQo/?lang_id=7&g=57-0-4&m=21&m...
Si al hacer clic en el enlace de este mensaje no funciona, copia y pégalo en la barra de tu navegador.
Este email es parte del proceso de entrega del mensaje enviado por Fsdf Fsdfsa. Si has recibido este email por error, por favor ignóralo. En un breve periodo de tiempo será eliminado del sistema.
¡Divértete!
El Equipo de Badoo
Has recibido este email de Badoo Trading Limited (dirección postal a continuación).
Si no desea recibir futuras comunicaciones por parte de Badoo, haz clic aquí para desactivarlas:
https://eu1.badoo.com/impersonation.phtml?lang_id=7&email=inkscape-devel%....
Badoo Trading Limited es una sociedad de responsabilidad limitada registrada en Inglaterra y Gales con número 7540255 y domicilio en Media Village, 131 - 151 Great Titchfield Street, Londres, W1W 5BB.
9 years
Could we add an Enable background template to the list ?
by Ivan Louette
Hello,
Happy new year to all Inkscape developpers !
I think that could be a good idea to add an "Enable Background" template to the list for those who want play with this feature and test all SVG filter effects blend possibilities. That would be a good solution to make it easily available.
ivan
9 years
Fwd: Printers
by Krzysztof Kosiński
2014/1/2 Randy Ruggeri <randy@...3070...>:
> Hi, I've been using Inkscape now for about 2 months. I’m creating graphic
> intense greeting cards and I’m looking for a high quality printer. I was
> wondering if you could give me any recommendations. Thanks
Hello Randy,
This mailing list is intended for discussion related to the
development of Inkscape. I don't think this is the best place to look
for advice on buying printers. You should ask this question in a user
forum, like this one:
http://www.inkscapeforum.com/
That being said, if you are looking for an entry-level printer, I can
offer you one tip: look for inkjet printers where the printing head is
separate from the ink cartridges (I know that most printers by Canon
use this design). They are a lot cheaper in the long run, because it
is easier to find low cost generic ink catridges for them.
Regards, Krzysztof Kosinski
9 years
Dangerous code in widgets/icon
by Johan Engelen
Hi all,
Just found a case of duplicate variable naming that looks very
error-prone. In IconImpl::imageMapNamedCB in src/widgets/icon.cpp, line
1617, variable iconName appeared twice, so I renamed the second case so
it is clear what the compiler is doing. Also a near duplicate naming
(size and iconSize) caused for buggy code. It all worked because I think
the two variables are filled with the same data, the functions appears
to be doing the same work twice (getting the icon info).
Finally, there is also a pointer comparison in the code. (should be a
string comparison?)
Have a look at my changes in rev. 12870.
I hope someone who knows that piece of code better can have a look, see
if the code is doing what is intended, and fix the pointer comparison.
Thanks,
Johan
9 years
Printers
by Randy Ruggeri
Hi, I've been using Inkscape now for about 2 months. I’m creating graphic intense greeting cards and I’m looking for a high quality printer. I was wondering if you could give me any recommendations. Thanks
Randy Ruggeri
President
Quikdine.com
417-343-3152 cell
417-881-7845 office
9 years