Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
Craga89 edited this page Mar 14, 2013 · 5 revisions

SVG Add SVG support to qTip2's positioning system

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!

Usage

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'
	}
});