From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/43862 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Eric_D=C9TREZ?= Newsgroups: gmane.comp.tex.context Subject: Strange behaviour with tikz Date: Wed, 10 Sep 2008 19:44:15 +0200 Message-ID: <2B8C9585-938D-4DEB-8290-D3B36F031D81@mac.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v928.1) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221068788 8556 80.91.229.12 (10 Sep 2008 17:46:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2008 17:46:28 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 10 19:47:22 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KdTmR-0006Hs-Ba for gctc-ntg-context-518@m.gmane.org; Wed, 10 Sep 2008 19:47:03 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1B7411FEFF; Wed, 10 Sep 2008 19:46:00 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02311-04-3; Wed, 10 Sep 2008 19:45:02 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AAA721FED5; Wed, 10 Sep 2008 19:45:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B6D701FEC2 for ; Wed, 10 Sep 2008 19:44:56 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02432-05-3 for ; Wed, 10 Sep 2008 19:44:18 +0200 (CEST) Original-Received: from smtp8-g19.free.fr (smtp8-g19.free.fr [212.27.42.65]) by ronja.ntg.nl (Postfix) with ESMTP id D2AAD1FEB2 for ; Wed, 10 Sep 2008 19:44:15 +0200 (CEST) Original-Received: from smtp8-g19.free.fr (localhost [127.0.0.1]) by smtp8-g19.free.fr (Postfix) with ESMTP id 9C3A732A810 for ; Wed, 10 Sep 2008 19:44:15 +0200 (CEST) Original-Received: from [192.168.0.1] (haz59-1-88-169-181-119.fbx.proxad.net [88.169.181.119]) by smtp8-g19.free.fr (Postfix) with ESMTP id 7AAA332A811 for ; Wed, 10 Sep 2008 19:44:15 +0200 (CEST) X-Mailer: Apple Mail (2.928.1) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:43862 Archived-At: Hello again I don't understand a strange thing. Patterns in tikz become black in some case. Here is a minimal example : *************************************** \usemodule[tikz] \usetikzlibrary[patterns] \starttext blabla \chapter {blabla} \starttikzpicture \draw [pattern=north west lines](0,0) rectangle +(1,2); \stoptikzpicture \stoptext ************************************* Without any text before the chapter or without the chapter command I see the patterns. With these commands I just see a black rectangle. Can I get my patterns back ? ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________