Hi, 

I did have a closer look into your "svg" file. ... The svg elements are 
only used to create the hover effect. ... The image itself is an embedded 
JPEG with 5025 x 3225 pixel. 

JPEG is a binary image format. ... To embed it into a text based image 
format, like SVG, the binary data has to be transformed into a so-called 
base64 text format, which makes the data even bigger. ... 

In short. With a construction like this, you'll never get happy. ... 

You'll either need to get real SVGs (best option). .... Or you should try 
to get your hands on the original JPEGs and split them into smaller pieces. 
... Those JPG images could be used as a tiddler background image. ... But 
that doesn't solve the interactivity problem. 

I don't have a good idea here, but it should be solvable. 

There is only 1 question left. ... Do you own the image rights? ... 
Otherwise we would get a copyright problem. 

have fun!
mario


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/89fed0cb-2acf-4dbe-995a-da39542da209%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to