Releases: KOYU-Tech/DXF-Creator-for-PHP
Releases · KOYU-Tech/DXF-Creator-for-PHP
0.1.6
0.1.5
New method:
/**
* Add a solid to the current layout
* @param float $x
* @param float $y
* @param float $z
* @param float $w
* @param float $h
* @return Creator $this
* @see http://help.autodesk.com/view/ACD/2016/ENU/?guid=GUID-E0C5F04E-D0C5-48F5-AC09-32733E8848F2
*/
public function addSolid($x, $y, $z=0.0, $w=0.0, $h=0.0)
Thanks to https://github.com/bmts
0.1.4b
This is beta test of AC1021
0.1.36
AC1012 for Ellipses
0.1.35
Ellipse was added
0.1.33
Fixed text positioning
0.1.32 stable
fixed default argument in constructor
0.1.3b
This version tested on one project and it seems that it works fine :)
0.1.2a
add offset method
v 0.1.1 alpha
Update "text" method