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: 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); } }
Upload File
Create Folder