enjoping / DXFighter

A new DXF writer and reader in PHP which outputs AC1012 (R15) DXF files
BSD 3-Clause "New" or "Revised" License
42 stars 22 forks source link

Fix maybe undefined variable offsets #23

Open Mike-Hermans opened 1 year ago

Mike-Hermans commented 1 year ago

Updates all $data[] checks to return 0 (or any other value if it was defined) for the addReadEntity method.

Should fix #18