Hello! My name's , I'm using qTip at http:// and I think it's !

Note: Points will be deducted for bad grammar and spelling... and sentences that make no sense!

 

SVG plugin

Overview

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!

Back to the top

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

Back to the top