reproduce-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[task #15587] Logo


From: Pedram Ashfoteh Ardakani
Subject: [task #15587] Logo
Date: Tue, 7 Apr 2020 05:17:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #9, task #15587 (project reproduce):

comment #7

Thank you for providing the SVG file. I totally agree with Mohammad (comment
#6) SVG does look very nice!

No need to worry about the browser support, since almost 100% of browsers
<https://caniuse.com/#search=SVG%20img> do support SVG files. You can try it
on your current browser too! There's just one thing, you should remove the
first line in (file #48771):


<?xml version="1.0" encoding="UTF-8" standalone="no"?>


Now if you'd like to check it on your system, just create a blank HTML file
alongside the SVG file path, and copy-paste this:


<!DOCTYPE html>
<html lang='en'>
   <head>
      <meta charset="UTF-8" />
         <title>SVG test</title>
   </head>
   <body>
      <!-- Maneage logo -->
      <img src="file-name.svg" />
   </body>
</html>


Voila!

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15587>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]