Reduced the size in .svg from 3.1Mg to 400kb is perfect
@osiris4isis :classic:
Printable View
Reduced the size in .svg from 3.1Mg to 400kb is perfect
@osiris4isis :classic:
Oh wow, your .svg must be heavily bloated. Can you posting it to zippyshare?
I am in test, I have a new speedcam updated to Spain
Spoiler: img
I like to change the icons and make new .svg
I think people are using .svg beyond what it's intended for. Which are simple vector icons. Avoid "bitmap" like graphics, it served no purpose in NNG icons display. Bloated .svg just slow down display engine and waste space. Better to focus on consistency than complexity.
Only use original
transform
Converting color raster to vector is difficult. For black and white raster, it's easy. I have not seen a single converter that satisfactory converted color raster to vector. Even the touted "Vector Magic" has issues. The best kind of .svg's are drawn not converted. The most optimal ones are done not using any proggy such as Illustrator or even Inkscape. I've look at the original speedwarn_list.svg with a header comment of
<!-- Generator: Adobe Illustrator 16.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
which mean it was created from Illustrator and it's not optimized. Tons of id's used without definition of it, so it's not relevant and can be removed.
@osiris4isis
know this cleaner from .svg """svgcleaner-gui"""
before passing cleaner
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1"
after passing cleaner
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
Huh? That makes no sense. After cleaning it added new data?
Hello, I have another question :question:
The speedcams warnings have at the end three symbols:
-None
-","
-"."
Spoiler: Example
What is your function?
Regards
Each skin developer does his work and phrases.