Wrox Programmer Forums
|
Book: Professional HTML5 Mobile Game Developmen
This is the forum to discuss the Wrox book Professional HTML5 Mobile Game Development by Pascal Rettig; ISBN: 978-1-118-30132-6
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Book: Professional HTML5 Mobile Game Developmen section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 14th, 2013, 10:07 AM
Registered User
 
Join Date: May 2013
Posts: 1
Thanks: 4
Thanked 0 Times in 0 Posts
Default Another Firefox problem in chapter one. (minor)

Chapter one (and source file ch1/canvas/game.js):
Code:
ctx.fillStyle = "rgba(0,0,128,0.8);";
Due to the first semicolon Firefox ignores the intended color and transparency settings.
Ommiting the first semicolon will work fine in Firefox:
Code:
ctx.fillStyle = "rgba(0,0,128,0.8)";
Chrome and Safari are not affected.

Last edited by sauerkraut; May 14th, 2013 at 10:59 AM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 11 - Shell Scripts, minor issues, startproject.php kenj BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 0 October 30th, 2010 05:50 PM
Chapter 10 minor issue with the Class library notig BOOK: Beginning Visual C# 2010 0 September 26th, 2010 09:56 PM
Minor textual error chapter 12 bottom of page 406 haguna BOOK: Professional VB 2005 ISBN: 0-7645-7536-8 0 April 16th, 2006 05:48 PM
Minor User Control Initialization Problem Ron Howerton VB.NET 2002/2003 Basics 4 May 10th, 2004 07:38 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.