<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Cairo 1.12 cannot print alpha lines in Windows"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59817">59817</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Cairo 1.12 cannot print alpha lines in Windows
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mike@cchtml.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>1.12.8
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>win32 backend
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Cairo 1.10 prints lines with alpha just fine. Switching to a Cairo 1.12.10 DLL,
all my alpha lines turned opaque and print solid black.

When printing with 1.12.10 in Linux, my lines are still printing with alpha set
correctly.

Example code:

    cairo_save( cr );
    cairo_set_source_rgba( cr, 0.0, 0.0, 0.0, 0.25 );
    cairo_set_line_width( cr, 8.0 );
    cairo_move_to( cr, cwidth / 2 - ( 100 - x ), ( y ) / 2 );
    cairo_line_to( cr, ( cwidth / 2 - ( 100 - x ) ) + length, y / 2 );
    cairo_stroke( cr );
    cairo_restore( cr );</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>