summaryrefslogtreecommitdiff
path: root/desk/mar/svg.hoon
blob: 2911e4900cc6cb082106ef0eccb0d0a6ec2b488f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
|_  dat=@
++  grow
  |%
  ++  mime  [/image/'svg+xml' (as-octs:mimes:html dat)]
  --
++  grab
  |%
  ++  mime  |=([p=mite q=octs] q.q)
  ++  noun  @
  --
++  grad  %mime
--