X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/geopattern-php/GeoPattern/SVGElements
home
/
cbholdings
/
pasukulu
/
lib
/
geopattern-php
/
GeoPattern
/
SVGElements
/
📁
..
📄
Base.php
(1.12 KB)
📄
Circle.php
(331 B)
📄
Group.php
(748 B)
📄
Path.php
(267 B)
📄
Polyline.php
(290 B)
📄
Rectangle.php
(380 B)
Editing: 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); } }
Upload File
Create Folder