About 175,000 results
Open links in new tab
  1. See more
    See more
    See all on Wikipedia
    See more

    SVG - Wikipedia

    Scalable Vector Graphics (SVG) is an XML-based vector image format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium since 1999. SVG images are defined in a vector graphics format … See more

    SVG has been in development within the World Wide Web Consortium (W3C) since 1999 after six competing proposals for vector graphics languages had been submitted to the … See more

    The SVG 1.1 specification defines 14 functional areas or feature sets:
    Paths Simple or compound shape outlines are drawn with … See more

    The use of SVG on the web was limited by the lack of support in older versions of Internet Explorer (IE). Many websites that serve SVG images also provide the images in a raster format, either automatically by HTTP content negotiation or by allowing the … See more

    The MPEG-4 Part 20 standard - Lightweight Application Scene Representation (LASeR) and Simple Aggregation Format … See more

    SVG supports interactivity, animation, and rich graphical capabilities, making it suitable for both web and print applications. SVG images can be compressed with the gzip algorithm, resulting in SVGZ files that are typically 20–50% smaller … See more

    As a document format, similar to HTML documents, SVG can host scripts or CSS. This is an issue when an attacker can upload a SVG file to a website, such as a profile picture, and the file is treated as a normal picture but contains malicious content. For … See more

    W3C SVG page specifications, list of implementations
    W3C SVG primer W3C Primer (draft) under auspices of SVG Interest Group
    MDN - SVG: Scalable Vector Graphics See more

    Wikipedia text under CC-BY-SA license
    Feedback
  2. SVG Files: What They Are, How to Make One, and Why I Think You …

  3. SVG Tutorial - W3Schools

    Code sample

    <h1>My first SVG</h1>
    <svg width="100" height="100">
      <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
    </svg>
    </body>...
  4. What Is an SVG File? SVG Image and Tags Explained

    Jan 31, 2020 · SVG or Scalable Vector Graphics is a web standard for defining vector-based graphics in web pages. Based on XML the SVG standard provides markup to describe paths, shapes, and text within a viewport. The markup can …

  5. Introduction - SVG: Scalable Vector Graphics | MDN - MDN Web …

  6. What Is SVG? Your Guide to SVG Files — SitePoint

    Aug 12, 2020 · SVG (Scalable Vector Graphics) is an image file format that combines information on shape, line, curve, text, and color to construct images.

  7. SVG: Scalable Vector Graphics | MDN - MDN Web Docs

  8. The Practical Beginner’s Guide to SVG - Design Shack

    Oct 12, 2015 · SVG images and behaviors are defined with XML, meaning images can be searched indexed, scripted and compressed. You can do almost anything with an SVG image that you can do with any other image, such as …

  9. SVG Format: Features, Common Uses, and Pros/Cons You Should …

  10. Scalable Vector Graphics (SVG) - World Wide Web Consortium …