chore(plugin-notches): Reduced bnotch stroke width
This commit is contained in:
parent
8d83eedd6b
commit
5a2ae9a20a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { version, name } from '../package.json'
|
||||
|
||||
const notches =
|
||||
'<g id="notch"><circle cy="0" cx="0" r="1.4" class="fill-note" /><circle cy="0" cx="0" r="2.8" class="note" /></g><g id="bnotch"><path d="M -1.1 -1.1 L 1.1 1.1 M 1.1 -1.1 L -1.1 1.1" class="note stroke-xl" /><circle cy="0" cx="0" r="2.8" class="note" /></g>'
|
||||
'<g id="notch"><circle cy="0" cx="0" r="1.4" class="fill-note" /><circle cy="0" cx="0" r="2.8" class="note" /></g><g id="bnotch"><path d="M -1.1 -1.1 L 1.1 1.1 M 1.1 -1.1 L -1.1 1.1" class="note" /><circle cy="0" cx="0" r="2.8" class="note" /></g>'
|
||||
|
||||
export default {
|
||||
name: name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue