Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
link to SVG version of type graph images
  • Loading branch information
moritz committed Aug 6, 2012
1 parent 5922a03 commit 1b3ffe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htmlify.pl
Expand Up @@ -118,6 +118,10 @@ (Bool :$debug)
name => 'Image',
content => [ "/images/type-graph-$podname.png"],
);
$pod.content.push: pod-link(
'Full-size type graph image as SVG',
"/images/type-graph-$podname.svg",
);
my @mro = $t.mro;
@mro.shift; # current type is already taken care of
for $t.roles -> $r {
Expand Down

0 comments on commit 1b3ffe4

Please sign in to comment.