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