search for: stroke_styl

Displaying 2 results from an estimated 2 matches for "stroke_styl".

Did you mean: stroke_style
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
...timized out>) at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo-path-stroke.c:480 #6 0xb77b7976 in _cairo_stroker_add_caps (stroker=0xbfe97058) at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo-path-stroke.c:520 #7 0xb77b7d1c in _cairo_path_fixed_stroke_to_traps (path=0xa46ace8, stroke_style=0xa46b4d0, ctm=0xbfe97518, ctm_inverse=0xbfe974e8, tolerance=0.10000000000000001, traps=0xbfe97194) at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo-path-stroke.c:1024 #8 0xb77c11c5 in _cairo_surface_fallback_stroke (surface=0xa46aa10, op=CAIRO_OPERATOR_OVER, source=0xbfe97454, pa...
2006 May 05
8
pdf/writer: table.render_on best practices?
...y = pdf.absolute_bottom_margin - 5 x = pdf.absolute_right_margin x -=(pdf.text_width(''Seite XX'', s)) pdf.start_page_numbering(x, y, s, nil, t, nil) pdf.open_object do |heading| pdf.save_state pdf.stroke_color! Color::Black pdf.stroke_style! PDF::Writer::StrokeStyle::DEFAULT s = 9 t = "My title - " + Date.today().to_s w = pdf.text_width(t, s) / 2.0 x = pdf.margin_x_middle y = pdf.absolute_top_margin pdf.add_text(x - w, y, t, s) x = pdf.absolute_left_margin...