Skip to content

Instantly share code, notes, and snippets.

View nstdio's full-sized avatar
🏠
Working from home

Edgar Asatryan nstdio

🏠
Working from home
  • 20:57 (UTC +04:00)
View GitHub Profile
@nstdio
nstdio / Bezier.php
Last active January 21, 2017 14:27
Bezier curves bounding box.
<?php
/**
* Class Bezier
*
* @package nstdio\svg\util
* @author Edgar Asatryan <nstdio@gmail.com>
*/
class Bezier
{