for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace nstdio\svg\text;
/**
* Class TextPath
*
* @package nstdio\svg\text
* @author Edgar Asatryan <[email protected]>
*/
class TextPath extends BaseText
{
public function getName()
return 'textPath';
}