Skip to content

Releases: KOYU-Tech/DXF-Creator-for-PHP

0.1.6

22 Oct 13:58
Compare
Choose a tag to compare

Merged some pull requests ans little bit refactored

0.1.5

14 Nov 06:27
Compare
Choose a tag to compare

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

25 Apr 14:19
Compare
Choose a tag to compare

This is beta test of AC1021

0.1.36

15 Apr 08:23
adfed60
Compare
Choose a tag to compare

AC1012 for Ellipses

0.1.35

12 Apr 11:32
Compare
Choose a tag to compare

Ellipse was added

0.1.33

26 Apr 09:01
32cc6b4
Compare
Choose a tag to compare

Fixed text positioning

0.1.32 stable

09 Oct 04:58
Compare
Choose a tag to compare

fixed default argument in constructor

0.1.3b

22 Apr 05:21
Compare
Choose a tag to compare

This version tested on one project and it seems that it works fine :)

0.1.2a

04 Apr 03:57
Compare
Choose a tag to compare

add offset method

v 0.1.1 alpha

20 Dec 19:58
Compare
Choose a tag to compare

Update "text" method