Import SVG

Mark Schonewille m.schonewille at economy-x-talk.com
Fri Mar 28 10:55:21 EDT 2014


Terry,

Why not an image object?

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book "Programming LiveCode for the Real Beginner" 
http://qery.us/3fi

LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 3/28/2014 13:22, Terry Vogelaar wrote:
> Thank you, Terence and Mark.
>
> It works fine when I print a card. But unfortunately I cannot get printMargins to work with revBrowserPrint. Also, revBrowserPrint seems to have nothing to do with open printing and close printing. It operates entirely separate from normal printing, apparently. That is too bad, because now I cannot use revBrowserPrint. Or am I doing something wrong here?
>
> on mouseUp
>     global lBrowserID
>     set the printMargins to 0,0,0,0
>     open printing
>     revBrowserPrint lBrowserID
>     close printing
> end mouseUp
>
> The reason I chose revBrowserPrint is that I want to use a vector logo on the newsletter. I can use an SVG file in HTML5 for that. But unfortunately SVG graphics support in LC is not there yet, is it?
>
> Does anyone know an elegant solution to bring in a printable logo? The only thing I can think of is to create my own font and include the logo in it.
>
>
> With kind regards,
> Terry Vogelaar






More information about the use-livecode mailing list