21 lines
248 B
C++
21 lines
248 B
C++
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license BSD v3 (see license file)
|
|
*/
|
|
|
|
#ifndef __SVG_STROKING_H__
|
|
#define __SVG_STROKING_H__
|
|
|
|
#include <parserSVG/Base.h>
|
|
|
|
namespace svg
|
|
{
|
|
|
|
};
|
|
|
|
#endif
|
|
|