Quantcast
Channel: Pixabay Forum - Questions about Pixabay
Viewing all articles
Browse latest Browse all 1344

Vector Uploads: Code, Apps, and Preferences (BilliTheCat)

$
0
0
What is preferred for text amount or limit in the code for a vector, <svg></svg>? Are any files with the .svg extension desired, or only certain types of svg files? Some of my svg files, depending on which app I used, translate with different tags: Adobe Capture: <?xml version="1.0" encoding="utf-8"?> <!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="Contours" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1821.182007px" height="1821.182007px" viewBox="0.000001 -0.000003 1821.182007 1843.139648" enable-background="new 0 0 1821.182007 1821.182007" xml:space="preserve" stroke="black" fill="none" stroke-linecap='round' stroke-linejoin='round'><path class="selected" fill="#000000" opacity="1.000000" stroke="none" d=" M914.324531 1095.180075 C913.501821 1095.829821 912.711334 1094.086031 913.375262 1093.274721 C914.919180 1093.057405 916.517329 1093.237263 917.974322 1093.792303 C917.647405 1095.193316 915.693682 1095.892143 914.552359 1095.016304 z"/> ... </svg> Assembly: <?xml version="1.0" encoding="utf-8"?> <!— Generator: Assembly 1.0 - http://assemblyapp.co --> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300" viewBox="0 0 300 300"> <g id="widget" transform="matrix(1,0,0,1,150,150)"> ... </g> </svg> Photoshop: <svg id="Angel_May_2018" data-name="Angel May 2018" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="3000" height="3000" viewBox="0 0 3000 3000"> ... </svg> Imagine: <?xml version='1.0' encoding='utf-8'?> <!— Generator: imaengine 1.0 --> <svg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns#' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' width='1260' height='1260' viewBox='0 0 1260 1260' version='1.0' xml:space='preserve' > ... </svg> BEZ: <?xml version="1.0" encoding="UTF-8"?><!-- Generator: Bez 1.0.2u (15139) - http://www.juicybitssoftware.com/bez --><svg width="3000.0" height="3000.0" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Untitled (4)</title> <desc>Created with Bez</desc> <g id="Group"> ... </g> <svg> Are any of these what you are looking for or do I have to start using Adobe Illustrator CC? Is there a way for me to rewrite some of the file code to make it a better image to upload? It looks, like it would be pretty easy to cut out a lot of things, but then there are the web references...   Anyway... I generally start with a black and transparent vector when I am making something. Sorry for the long question. Thanks, Nina

Viewing all articles
Browse latest Browse all 1344