sp-pr.js 291 B

1234567891011121314151617
  1. module.exports = {
  2. tag: 'xdr:spPr',
  3. c: [
  4. {
  5. tag: 'a:xfrm',
  6. c: [
  7. {tag: 'a:off', $: {x: '0', y: '0'}},
  8. {tag: 'a:ext', $: {cx: '0', cy: '0'}},
  9. ],
  10. },
  11. {
  12. tag: 'a:prstGeom',
  13. $: {prst: 'rect'},
  14. c: [{tag: 'a:avLst'}],
  15. },
  16. ],
  17. };