SVG image in menu header

157 views
Skip to first unread message

issin...@gmail.com

unread,
Jan 13, 2017, 4:36:45 AM1/13/17
to Fujitsu RunMyProcess Developer Community
Hi,

I presently have a standard "Home" image on my header menu.
Now to be able to apply, typically Fujitsu, my graphic company charter, I would like to use SVG images, which can be modified in dimension and color !!

Have you already test this ability because it seems not to work at this moment.
Of course, this issue should be considered as fontawesome icons, which are working well in the rest of web interface at the other places.

Thanks for your help.

BR
Thierry

Ankita Shrinath

unread,
Jan 13, 2017, 9:25:54 AM1/13/17
to suppor...@runmyprocess.com, issin...@gmail.com
Hi Thierry,

Have you tried with HTML?
Below is the working HTML code to display SVG image on WebInterface.

Example :

<!DOCTYPE html>
<html>
 <head>
<title>SVG Illustrator Test</title> 
</head>
<body>
<object data="car.svg" type="image/svg+xml" width="100%" height="100%"></object>
<img src="IMAGE URL" />
</body>
</html>

If you are still facing issue.Please let us know.

Regards,
Ankita


--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/aacaf34e-dbef-4450-99ea-22cdcdc0e15d%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

ankitas

unread,
Jan 19, 2017, 7:35:43 AM1/19/17
to Fujitsu RunMyProcess Developer Community, issin...@gmail.com
Hi Thierry,
Good Day.

Below is the working code to display SVG image in the header menu.
Example :

[{
    "title": "Home",
    "image": "Image_URL",
}]

where Image_URL is the URL of image you want to display.

Note : You have to save image to your local directory/repository and provide that URL in the code.
If you are still facing some issue don't hesitate to contact us.

Regards, 
Ankita
Reply all
Reply to author
Forward
0 new messages