%PDF- %PDF-
Mini Shell

Mini Shell

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

<?php namespace RedeyeVentures\GeoPattern\SVGElements;

class Rectangle extends Base
{
    protected $tag = 'rect';

    function __construct($x, $y, $width, $height, $args=array())
    {
        $this->elements = [
            'x' => $x,
            'y' => $y,
            'width' => $width,
            'height' => $height,
        ];
        parent::__construct($args);
    }
}

Zerion Mini Shell 1.0