Skip to content

Instantly share code, notes, and snippets.

@alperencaliskan
alperencaliskan / SvgCompare.vue
Created August 24, 2017 16:28
Pixi SVG Scale
<template>
<div class="hello">
<select v-model="selectedScale">
<option>1</option>
<option>2</option>
<option>4</option>
<option>8</option>
</select>
<div id="svg-canvas">
</div>