Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27CBB19776 for ; Wed, 6 Apr 2016 19:44:25 +0000 (UTC) Received: (qmail 24449 invoked by uid 500); 6 Apr 2016 19:44:25 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 24408 invoked by uid 500); 6 Apr 2016 19:44:25 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 24391 invoked by uid 99); 6 Apr 2016 19:44:25 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2016 19:44:24 +0000 Received: from [192.168.7.235] (unknown [41.250.232.33]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 1B6D71A0230 for ; Wed, 6 Apr 2016 19:44:23 +0000 (UTC) Subject: Re: Display issue with the new JMeter logo in SVG format on docs pages To: dev@jmeter.apache.org References: <5701719C.8060007@apache.org> <157048BA-6966-4F57-ABDA-4C1E80053D88@internetallee.de> <5702DB1F.8010202@apache.org> From: Milamber Organization: Apache Software Fondation Message-ID: <57056713.80400@apache.org> Date: Wed, 6 Apr 2016 20:44:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------000403040904050603030905" --------------000403040904050603030905 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello, Yes that works fine if you check the docs files directly from your file system (file://docs/etc..) but not with http://.... (probably because the mime type is detect by the browser, not send by the web server) Ok I found the real issue, it's was the Content-type from my Apache HTTP server (version 2.2 from CentOS 5.11). The svg files are return with text/xml content type. I add this line in the configuration of httpd: |AddType image/svg+xml svg svgz AddEncoding gzip svgz And now that works, with Firefox and IE 11 on Windows 10 (but not on Edge...) | Reference: https://davidwalsh.name/serve-svg-image The good news is that the HTTP server for JMeter.apache.org is Apache 2.4.7, I tests with a 2.4, and that works fine with all browsers (include Edge) on my laptop, win10 and mobile phone without the addition of AddType image/svg+xml So the svg image are very good to see with HiDPI, so I will change the ASF logo with the SVG version on the JMeter docs Thanks for your tests. Milamber On 06/04/2016 16:23, Antonio Gomes Rodrigues wrote: > Hi > > No problem in my windows 10 + Edge or Windows 10 + Firefox or Windows 10 + > Chrome > > Doc in jmeter\docs & jmeter\printable_docs > > Antonio > > > > > Garanti > sans virus. www.avast.com > > <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > 2016-04-05 21:18 GMT+02:00 Felix Schumacher < > felix.schumacher@internetallee.de>: > >> >> Am 4. April 2016 23:22:39 MESZ, schrieb Milamber : >>> >>> On 04/04/2016 18:02, Felix Schumacher wrote: >>>> Am 3. April 2016 21:40:12 MESZ, schrieb Milamber >>> : >>>>> Hello, >>>>> >>>>> The new JMeter logo on the docs pages (site and printable) use the >>> SVG >>>>> format. That is great for a better display on HiDPI screen. >>>>> >>>>> But I just saw that the SVG JMeter logo don't display on Edge >>> browser >>>>> (windows 10) or Firefox (W10 too), on my firefox app in my phone... >>>> Can you try if it helps to add a height tag to the svg images? >>> >>> No, I try this without success. >>> >>> Perhaps, some ways to fix this with the svg fallback with png >>> mechanism? >>> https://www.google.com/search?q=svg+fallback+with+png&ie=utf-8&oe=utf-8 >> I have tried with windows 10 and edge and the logo was clearly visible. >> Strange. Do you see the stars from the badges? Those are svg, too. >> >> Felix >> >>> Milamber >>> >>> >>> >>>>> Works fine on Firefox and Chrome on my Linux machine... >>>>> >>>>> Have you the same issue? We need to back to PNG format? >>>> I have no windows, so I can't reproduce the problem. >>>> >>>> Regards, >>>> Felix >>>> >>>>> Milamber >> --------------000403040904050603030905--