Skip to content

Instantly share code, notes, and snippets.

@gitmullany
gitmullany / SVG Filter with Ext-Draw
Created January 3, 2014 01:31
This shows how to create and apply an SVG filter while using Sencha Touch's draw package.
!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SVG Filters</title>
<style></style>
<link rel="stylesheet" href="../../../resources/css/sencha-touch.css">
<script src="../../../sencha-touch-all-debug.js"></script>
<script>
// Can't easily override inheritable statics because of the onClassExtended method of the Ext.draw.sprite.Sprite,