Searched refs:svg_params (Results 1 – 2 of 2) sorted by relevance
| /plugin/chordsheets/js/ |
| H A D | jtab.js | 574 …this.path(this.svg_params(this.current_offset, 0, 0, 4)).attr({ stroke: this.color, "stroke-width"… 575 …this.path(this.svg_params(this.current_offset + this.margin_left, 0, 0, 2)).attr({ stroke: this.co… 576 …this.path(this.svg_params(this.current_offset + width - this.margin_right, 0, 0, 2)).attr({ stroke… 579 …this.path(this.svg_params(this.current_offset, this.tab_margin_top, 2, 0)).attr({ stroke: this.col… 581 …this.path(this.svg_params(this.current_offset, this.margin_top, 2, 0)).attr({ stroke: this.color, … 594 Raphael.fn.svg_params = function (x, y, l1, l2) { function 614 …var chord_fretboard_path = this.path(this.svg_params(fret_left, this.margin_top, this.string_spaci… 619 …this.path(this.svg_params(fret_left, this.margin_top + (i * this.fret_spacing), this.string_spacin… 631 …this.path(this.svg_params(fret_left + (i * this.string_spacing), this.margin_top, 0, this.fret_spa… 645 …var stroke_path = this.path(this.svg_params(this.current_offset + this.tab_char_width, this.tab_to… [all …]
|
| H A D | jtab.min.js | 1 …svg_params(this.current_offset,0,0,4)).attr({stroke:this.color,"stroke-width":.2}),this.path(this.… function
|