Skip to content

1.0.1

Pre-release
Pre-release

Choose a tag to compare

@rchawdry rchawdry released this 27 Aug 02:42
· 20 commits to master since this release

Added support for <svgelement> tag to allow any arbitrary SVG element to be inserted anywhere in the plasmid graph. Ex

<svgelement type="a" xlink:href="http://angularplasmid.vixis.com" >
<markerlabel>...</markerlabel>
</svgelement>

This will surround the <markerlabel> element with an SVG anchor <a> tag to allow the markerlabel to be hyperlinked with an external site. All SVG elements are supported by specifying them as the "type" attribute in an <svgelement>.

In order to support this, AngularPlasmid requires at least the 1.3.0-beta-19 release of AngularJS because of fixes with SVG support.