'."\n"; ?> MVG linear gradient example
push graphic-context
  encoding "UTF-8"
  viewbox 0 0 260 180
  affine 1 0 0 1 0 0
  push defs
    push gradient 'linearGradient_A' linear 0.4,0 0.6,1
      stop-color '#ee1122' 0
      stop-color '#ddaa44' 0.6
      stop-color '#4488ff' 1
    pop gradient
  pop defs
  push graphic-context
    fill 'url(#linearGradient_A)'
    rectangle 0,0 260,180
  pop graphic-context
pop graphic-context