PHPackages                             krak/svg - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. krak/svg

ActiveLibrary[Image &amp; Media](/categories/media)

krak/svg
========

A library used for manipulating and creating svg

v0.3.1(9y ago)0160MITPHPPHP &gt;=5.5

Since Mar 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/krakphp/svg)[ Packagist](https://packagist.org/packages/krak/svg)[ Docs](http://gitlab.bighead.net/bighead/krak-svg)[ RSS](/packages/krak-svg/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

Svg
===

[](#svg)

Krak Svg is a library for creating and exporting svg.

Installation
------------

[](#installation)

```
{
    "require": {
        "krak/svg": "^0.2"
    }
}
```

Design &amp; Usage
------------------

[](#design--usage)

The Svg library is broken up into several components: Visitors, Iterators, Serializers, and Element.

### Building an Svg Tree

[](#building-an-svg-tree)

```
