From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id BCEB17EE4B for ; Wed, 25 Sep 2013 09:02:27 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of david.mentre@gmail.com) identity=pra; client-ip=209.85.215.41; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="david.mentre@gmail.com"; x-sender="david.mentre@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of david.mentre@gmail.com designates 209.85.215.41 as permitted sender) identity=mailfrom; client-ip=209.85.215.41; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="david.mentre@gmail.com"; x-sender="david.mentre@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-la0-f41.google.com) identity=helo; client-ip=209.85.215.41; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="david.mentre@gmail.com"; x-sender="postmaster@mail-la0-f41.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvwCAMSJQlLRVdcplWdsb2JhbABbgz9SgmO+dggWDgEBAQEHDQkJEiqCJgEFQAEsDAEDDAEFBQs7HwMSAQUBDgENBhMIh2wDDwydNI9ZhEAnDYlkAQUMjHOGdgOOTIkwgS+OXxgpgWGCbTo X-IPAS-Result: AvwCAMSJQlLRVdcplWdsb2JhbABbgz9SgmO+dggWDgEBAQEHDQkJEiqCJgEFQAEsDAEDDAEFBQs7HwMSAQUBDgENBhMIh2wDDwydNI9ZhEAnDYlkAQUMjHOGdgOOTIkwgS+OXxgpgWGCbTo X-IronPort-AV: E=Sophos;i="4.90,976,1371074400"; d="scan'208";a="27997700" Received: from mail-la0-f41.google.com ([209.85.215.41]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 25 Sep 2013 09:02:27 +0200 Received: by mail-la0-f41.google.com with SMTP id ec20so4516071lab.14 for ; Wed, 25 Sep 2013 00:02:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=2LZbdNU4uzNU/TEVuq89tdhsDlOCnH3B1/lB4Za9IFk=; b=BKs32uMYfOlpofw9yFp4oRz9NIDPj820TtvmvWtk37IO4ZUmWt10/NlRDmxyvjQh46 l1FzUdcsEbmvUaHeA8OmE9RaeRB35niK9CQ8/T2vFvL1ulrLJNfA8lAoH3Oue/Ng+qnI Sx/MFg2P/zXjFAw4jCEKJ2g7HxcleShUJGP2aKDD9f+fGXvEqp/3VLX+ZH7Ra3mOMY1L 6xSXhuBPVPIIuuPXsFWYRTjgcLgX/ruZdwujxJHyhlg71KKoYInRuhkD/3PqPMXRjN7i hiihmOzUYNQmufq9OK1odQgCMOBLePfv8/oQtG3wAjekCTT1NPkxJrIzNi0NpkdRMBj0 T8EA== X-Received: by 10.152.115.242 with SMTP id jr18mr94572lab.40.1380092546114; Wed, 25 Sep 2013 00:02:26 -0700 (PDT) MIME-Version: 1.0 Sender: david.mentre@gmail.com Received: by 10.112.45.108 with HTTP; Wed, 25 Sep 2013 00:01:56 -0700 (PDT) In-Reply-To: <5E2F8E68C66E4CF2BAB7566B21FBE2FC@erratique.ch> References: <5E2F8E68C66E4CF2BAB7566B21FBE2FC@erratique.ch> From: David MENTRE Date: Wed, 25 Sep 2013 09:01:56 +0200 X-Google-Sender-Auth: fruftnYD9rB_O79z1lucP_8gfzI Message-ID: To: =?ISO-8859-1?Q?Daniel_B=FCnzli?= Cc: caml list , =?ISO-8859-1?Q?T=F6r=F6k_Edwin?= , Anil Madhavapeddy , Jonathan Ludlam , David Scott Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Caml-list] [ANN] Gg 0.8.0 and Vg 0.8.0 Hello, 2013/9/25 Daniel B=FCnzli : > The distribution has a database of sample images that serve both as a > test suite to compare the output of different rendering backends and > as a learning tool to see how images are defined in Vg. Thanks to > js_of_ocaml it can be browsed online here: > > http://erratique.ch/software/vg/demos/rhtmlc.html I only see a black web page. Tested with Firefox 24 and IE 9 on Windows 7. http://erratique.ch/software/vg/demos/sqc.html works with Firefox 24. Best regards, david