Add more graphic files

This commit is contained in:
Dolan
2018-01-12 00:12:39 +00:00
parent ca244bcfe1
commit 392db1cd11
15 changed files with 173 additions and 0 deletions

View File

@ -0,0 +1,8 @@
import { XmlComponent } from "file/xml-components";
export class NoFill extends XmlComponent {
constructor() {
super("a:noFill");
}
}