TextPathElement.created 构造函数

TextPathElement.created()

DOM在创建自定义元素时调用的构造函数。

只能从子类的 created 构造函数中调用。

实现

TextPathElement.created() : super.created();