This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 469
SVG
Craga89 edited this page Mar 14, 2013
·
5 revisions
The SVG plugin adds additional positioning and dimension calculation logic for SVG elements, allowing you to use qTips special corner positioning system with your SVG elements.
This plugin was originally developed by Edward Rudd. Big shout-out to him for this!
This particular plugin requires no additional user configuration. In order to utilise it, simply make sure you have it included in your qTip build and use as normal:
$('path').qtip({
content: {
text: 'Support for SVG with no extra configuration! Awesome.'
},
position: {
my: 'top left',
at: 'bottom right'
}
});