Re: SVG import

2016-11-30 Thread Scott Rossi
Vectr.  https://vectr.com/

Runs both locally (desktop) and in the cloud (browser).

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 11/29/16, 11:50 PM, "use-livecode on behalf of David V Glasgow"

wrote:

>what vector graphics program is good for (very simple) objects.  Mac
>preferred, but hey ho.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: SVG import

2016-11-30 Thread Richmond Mathewson

I use Inkscape on both Mac and Linux, there is also Drawberry for Mac:

https://inkscape.org/en/

http://raphaelbost.free.fr/DrawBerry.html

personally I prefer the first one because it is available for Mac, Win 
and Lin, and is a full-blown

rival to Illustrator that is free.

Richmond.

On 11/30/16 9:50 am, David V Glasgow wrote:

“jalouse" sounds Scots-French, and I can’t be bothered to Google it.  I jalouse 
I agree with Richmond though.

I am just looking at a workflow for designing a number of graphics and trying 
to decide between SVG and oversized bitmaps.  The latter would be simpler to 
create - in fact I haven’t actually attempted to create SVG, and the first 
attempt I made to open one in  text editor revealed a huge file in which I 
couldn’t find the numbers.

I also haven’t got any software for creating SVG.

So.

1/ Would I just be better sticking with bitmaps?

2/  If not, what vector graphics program is good for (very simple) objects.  
Mac preferred, but hey ho.

and

3/ Is there a work flow for idiots somewhere?


Best wishes,

David Glasgow





On 29 Nov 2016, at 6:30 pm, Richmond Mathewson <richmondmathew...@gmail.com> 
wrote:

The way one has to open an SVG file in a vector editor (Inkscape, Illustrator, 
etc.) to extract the
points to paste intil the SVG widget:

1. means that faut de meux one is dependent on an external application.

2. I would jalouse that SVG import could be "folded" intil Livecode without to much 
"fuss".

Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: SVG import

2016-11-30 Thread Peter TB Brett



On 30/11/2016 07:50, David V Glasgow wrote:


2/  If not, what vector graphics program is good for (very simple) objects.  
Mac preferred, but hey ho.



Inkscape is excellent: https://inkscape.org/

Peter

--
Dr Peter Brett 
LiveCode Technical Project Manager

lcb-mode for Emacs: https://github.com/peter-b/lcb-mode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: SVG import

2016-11-29 Thread David V Glasgow
“jalouse" sounds Scots-French, and I can’t be bothered to Google it.  I jalouse 
I agree with Richmond though.

I am just looking at a workflow for designing a number of graphics and trying 
to decide between SVG and oversized bitmaps.  The latter would be simpler to 
create - in fact I haven’t actually attempted to create SVG, and the first 
attempt I made to open one in  text editor revealed a huge file in which I 
couldn’t find the numbers.

I also haven’t got any software for creating SVG.

So.

1/ Would I just be better sticking with bitmaps?

2/  If not, what vector graphics program is good for (very simple) objects.  
Mac preferred, but hey ho.

and

3/ Is there a work flow for idiots somewhere?


Best wishes,

David Glasgow




> On 29 Nov 2016, at 6:30 pm, Richmond Mathewson <richmondmathew...@gmail.com> 
> wrote:
> 
> The way one has to open an SVG file in a vector editor (Inkscape, 
> Illustrator, etc.) to extract the
> points to paste intil the SVG widget:
> 
> 1. means that faut de meux one is dependent on an external application.
> 
> 2. I would jalouse that SVG import could be "folded" intil Livecode without 
> to much "fuss".
> 
> Richmond.
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

SVG import

2016-11-29 Thread Alejandro Tejada
Hi Richmond,

I believe that the best way to use SVG ilustrations
within LiveCode is converting them to PNG images.

Take a look at these stacks (download draft v02)
http://forums.livecode.com/viewtopic.php?f=11=28384
I hope that developers more experienced take notice
and fix these early drafts...

About SVGL plus Gradients, I found the main issue
to complete this stack:
Flattening (or applying) all transforms in the SVG
before drawing the vectors inside LiveCode

If you look in the web for a tool or script that could
do these simple math operations, there is none...
This Javascript tool do not seems to work with Matrix Transforms
(precisely the most common transformations):
https://gist.github.com/timo22345/9413158

Richmond, Do you want to help to create (and test)
code to flattening (or applying) all transforms in a
SVG using LiveCode?

Al

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


SVG import

2016-11-29 Thread Richmond Mathewson
The way one has to open an SVG file in a vector editor (Inkscape, 
Illustrator, etc.) to extract the

points to paste intil the SVG widget:

1. means that faut de meux one is dependent on an external application.

2. I would jalouse that SVG import could be "folded" intil Livecode 
without to much "fuss".


Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode