sp-pr.js 393 B

123456789101112131415161718192021222324252627282930
  1. "use strict";
  2. module.exports = {
  3. tag: 'xdr:spPr',
  4. c: [{
  5. tag: 'a:xfrm',
  6. c: [{
  7. tag: 'a:off',
  8. $: {
  9. x: '0',
  10. y: '0'
  11. }
  12. }, {
  13. tag: 'a:ext',
  14. $: {
  15. cx: '0',
  16. cy: '0'
  17. }
  18. }]
  19. }, {
  20. tag: 'a:prstGeom',
  21. $: {
  22. prst: 'rect'
  23. },
  24. c: [{
  25. tag: 'a:avLst'
  26. }]
  27. }]
  28. };
  29. //# sourceMappingURL=sp-pr.js.map