Lines Matching refs:svg_params
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…
652 this.path(this.svg_params(this.current_offset + this.margin_left,
667 …var bar_stroke = this.path(this.svg_params(this.current_offset + this.tab_char_width, this.tab_top…
672 …var bar_stroke = this.path(this.svg_params(this.current_offset + this.margin_left, this.margin_top…
687 …var path_1 = this.path(this.svg_params(this.current_offset + this.tab_char_width, this.tab_top, 0,…
688 …var path_2 = this.path(this.svg_params(this.current_offset + this.tab_char_width + 6, this.tab_top…
694 var path_1 = this.path(this.svg_params(left, this.margin_top, 0, this.fret_height))
695 var path_2 = this.path(this.svg_params(left + 6, this.margin_top, 0, this.fret_height))
738 …this.path(this.svg_params(this.current_offset, this.tab_top + (i * this.tab_spacing), width, 0)).a…
748 …this.path(this.svg_params(this.current_offset, this.tab_top, 0, this.tab_height)).attr({ stroke: t…