Lines Matching defs:stroke
574 …this.path(this.svg_params(this.current_offset, 0, 0, 4)).attr({ stroke: this.color, "stroke-width"… property
575 …this.path(this.svg_params(this.current_offset + this.margin_left, 0, 0, 2)).attr({ stroke: this.co… property
576 …params(this.current_offset + width - this.margin_right, 0, 0, 2)).attr({ stroke: this.color, "stro… property
579 …this.path(this.svg_params(this.current_offset, this.tab_margin_top, 2, 0)).attr({ stroke: this.col… property
581 …this.path(this.svg_params(this.current_offset, this.margin_top, 2, 0)).attr({ stroke: this.color, … property
615 chord_fretboard_path.attr({ stroke: this.color, "stroke-width": stroke_width }) property
627 pos).attr({ stroke: this.tab_text_color, "font-size": "12px" }); property
638 Raphael.fn.stroke = function () { function
646 stroke_path.attr({ stroke: this.tab_text_color, "stroke-width": 4 }) property
653 …this.margin_top + this.fret_spacing + dy, dx, -dy)).attr({ stroke: this.tab_text_color, "stroke-wi… property
675 bar_stroke.attr({ stroke: this.color, "stroke-width": 1 }) property
699 path_1.attr({ stroke: this.color, "stroke-width": 1 }) property
700 path_2.attr({ stroke: this.color, "stroke-width": 4 }) property
712 …ring_number - 1) * this.string_spacing, this.margin_top - 8, "x").attr({ stroke: this.tab_text_col… property
715 …ring_number - 1) * this.string_spacing, this.margin_top - 8, "o").attr({ stroke: this.tab_text_col… property
721 this.margin_top + fret_dy, this.note_radius).attr({ stroke: this.color, fill: this.color }); property
738 …this.current_offset, this.tab_top + (i * this.tab_spacing), width, 0)).attr({ stroke: this.color }) property
748 …this.path(this.svg_params(this.current_offset, this.tab_top, 0, this.tab_height)).attr({ stroke: t… property
754 … this.tab_char_width, this.tab_top + this.tab_spacing * 1.5, "T").attr({ stroke: this.color, "font… property
755 … this.tab_char_width, this.tab_top + this.tab_spacing * 2.5, "A").attr({ stroke: this.color, "font… property
756 … this.tab_char_width, this.tab_top + this.tab_spacing * 3.5, "B").attr({ stroke: this.color, "font… property