enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. How can I edit an .SVG file? - Graphic Design Stack Exchange

    graphicdesign.stackexchange.com/questions/6626

    An .SVG file IS a source file. It isn't layers in the Photoshop/Gimp sense but it absolutely can be picked apart. Use an SVG editor - that would be Illustrator or Inkscape. Alternatively, if you want to get real crazy you can open the .SVG in any text editor and look for the values you want to change which for colors would be in Hex format #nnnnnn.

  3. Specify CSS class names on SVG paths using Illustrator

    graphicdesign.stackexchange.com/questions/33764

    Illustrator can export graphic styles as CSS in a style element and applies them via classes in the SVG code. This is how you can generate classes in your exported SVG. Depending on what you want those classes to do, you could just define them in another CSS file and remove the style definitions from the exported SVG.

  4. software recommendation - Are there text-based SVG editors? -...

    graphicdesign.stackexchange.com/questions/76958

    Inkscape is an open source vector editing program specifically built around SVG. It includes an XML editor which allows you to view and edit the live SVG code of your image. Open the XML Editor by going to . Inkscape: Guide to a Vector Drawing Program — XML Editor. Share. Improve this answer.

  5. Edit Animated SVG File in Adobe Illustrator and keep Animation

    graphicdesign.stackexchange.com/questions/98951

    It is very rare, to find editors that allow for full data roundtripping. In general Inkscape is a bewtter SVG editor since thats what it was built to be, whereas Illustrator is a EPS/PDF editor in its core. That said there is a high chance that the data does not survive Inkscape. In those cases its just better to do the thing in a text editor.

  6. How can I import a vector drawing into Google Slides?

    graphicdesign.stackexchange.com/questions/115814

    Open it with CloudConvert. Choose export format : vector / emf. Make sure that you have the checkbox to save the converted file to your Google Drive. Click on button Start conversion. Open emf file with Google Drawing. Copy/paste SVG icon into your Slides. you can modify the colors as you wish, add or remove shapes.

  7. Import SVG as shape/path in Photoshop

    graphicdesign.stackexchange.com/questions/144860/import-svg-as-shape-path-in...

    If you want to manipulate it or edit it, better to do it in a vector image editor. If you have an SVG Smart Object placed in a Photoshop document, you can double click it in the Layers Panel, and it will open in whatever vector image editor you have set up on your system to open SVGs, so you can edit it, save it, close the vector editor, and ...

  8. Importing a vector file into Photoshop WITHOUT rasterising it

    graphicdesign.stackexchange.com/questions/117856

    Photoshop can import an SVG file as a "smart object". Although you will not be able to edit the curves so to speak (Photoshop is not a vector editing program...Illustrator is) the image will not be rasterised, and is fully scalable and non-destructively editable. Chose File > Place Embedded (or Place Linked).

  9. How do I change the thickness of paths in an SVG using Sketch?

    graphicdesign.stackexchange.com/questions/126796/how-do-i-change-the-thickness...

    As a whole, questions which would require access to individual files are out-of-scope as being essentially tech support queries; yours seems perilously close to that as currently framed, as we cannot tell looking at the .pngs whether the .svgs originally called for 'strokes of varying width' or if those are shaped fills, which would complexify ...

  10. Mass change the colour of 300 .svg files [closed]

    graphicdesign.stackexchange.com/questions/64697

    Be sure your colors in the source SVG are actually expressed in HEX. Sometimes they are represented in other ways; for example the ImageMagick command. convert -size 8x8 -xc:black -bordercolor \#888 -frame 8x8 file.svg produces a 24x24 SVG file with the pixels expressed as an embedded PNG, and a simple text editor won't work on such SVG files.

  11. Change viewbox attribute in svg exported by illustrator

    graphicdesign.stackexchange.com/questions/15401

    Oct 29, 2013 at 11:46. 19 110 184. Open the SVG in a text editor and change the viewBox attribute to 0 0 x y. Save it out and reopen in Illustrator. The artwork will now be positioned outside of the artboard - move it back to 0 0. Save and preview, it should all be working fine. open the SVG in Inkscape. resize the canvas under File -> Document ...