Vous en avez un à vendre?

Svg Essentials par J David Eisenberg : d'occasion

État :
Bon
Prix :
13,68 $US
Environ18,78 $C
Ayez l'esprit tranquille. Renvois acceptés.
Expédition :
Sans frais Standard Shipping. En savoir plussur l'expédition
Lieu : Sparks, Nevada, États-Unis
Livraison :
Livraison prévue entre le lun. 24 juin et le jeu. 27 juin à 43230
Les dates de livraison approximatives – s'ouvre dans une nouvelle fenêtre ou un nouvel onglet tiennent compte du délai de manutention du vendeur, du code postal de l'expéditeur, du code postal du destinataire et de l'heure de l'acceptation et dépendent du service d'expédition sélectionné et de la réception du paiementréception du paiement - s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, particulièrement lors de périodes achalandées.
Renvois :
Renvoi sous 30jours. L'acheteur paie les frais de port du renvoi. En savoir plus- pour en savoir plus sur les renvois
Paiements :
     

Magasinez en toute confiance

Garantie de remboursement eBay
Recevez l'objet commandé ou obtenez un remboursement. 

Informations sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :364049905033
Dernière mise à jour : mai 30, 2024 07:59:14 HAEAfficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Bon: Un livre qui a été lu, mais qui est en bon état. La couverture présente des dommages infimes, ...
Book Title
Svg Essentials
Publication Date
2002-03-12
Pages
335
ISBN
9780596002237
Subject Area
Computers
Publication Name
Svg Essentials
Publisher
O'reilly Media, Incorporated
Item Length
9 in
Subject
Computer Graphics, Programming Languages / Xml, Web / Design, General
Publication Year
2002
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1 in
Author
J. David Eisenberg
Item Weight
17.1 Oz
Item Width
6 in
Number of Pages
360 Pages

À propos de ce produit

Product Information

This guide shows developers how to take advantage of SVG's open text-based format, and serves as an introduction to the foundations developers need to use SVG and generate SVG from XML formats.

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596002238
ISBN-13
9780596002237
eBay Product ID (ePID)
2237095

Product Key Features

Number of Pages
360 Pages
Language
English
Publication Name
Svg Essentials
Publication Year
2002
Subject
Computer Graphics, Programming Languages / Xml, Web / Design, General
Type
Textbook
Subject Area
Computers
Author
J. David Eisenberg
Format
Trade Paperback

Dimensions

Item Height
1 in
Item Weight
17.1 Oz
Item Length
9 in
Item Width
6 in

Additional Product Features

LCCN
2002-726655
Dewey Edition
21
Target Audience
Scholarly & Professional
Illustrated
Yes
Dewey Decimal
006.6/869
Lc Classification Number
T385.E38555 2002
Table of Content
Dedication;Preface; Who Should Read This Book?; Who Should Not Read This Book?; If You're Still Reading This...; About the Examples; Organization of This Book; Conventions Used in This Book; Request for Comments; Acknowledgments;Chapter 1: Getting Started; 1.1 Graphics Systems; 1.2 Scalability; 1.3 SVG's Role; 1.4 Creating an SVG Graphic;Chapter 2: Coordinates; 2.1 The Viewport; 2.2 Using Default User Coordinates; 2.3 Specifying User Coordinates for a Viewport; 2.4 Preserving Aspect Ratio; 2.5 Nested Systems of Coordinates;Chapter 3: Basic Shapes; 3.1 Lines; 3.2 Stroke Characteristics; 3.3 Rectangles; 3.4 Circles and Ellipses; 3.5 The polygon Element; 3.6 The polyline Element; 3.7 Line Caps and Joins; 3.8 Basic Shapes Reference Summary;Chapter 4: Document Structure; 4.1 Structure and Presentation; 4.2 Using Styles with SVG; 4.3 Document Structure -- Grouping and Referencing Objects;Chapter 5: Transforming the Coordinate System; 5.1 The translate Transformation; 5.2 The scale Transformation; 5.3 Sequences of Transformations; 5.4 Technique: Converting from Cartesian Coordinates; 5.5 The rotate Transformation; 5.6 Technique: Scaling Around a Center Point; 5.7 The skewX and skewY Transformations; 5.8 Transformation Reference Summary;Chapter 6: Paths; 6.1 moveto, lineto, and closepath; 6.2 Relative moveto and lineto; 6.3 Path Shortcuts; 6.4 Elliptical Arc; 6.5 Technique: Converting from Other Arc Formats; 6.6 Bézier Curves; 6.7 Path Reference Summary; 6.8 Paths and Filling; 6.9 The marker element; 6.10 Marker Miscellanea;Chapter 7: Patterns and Gradients; 7.1 Patterns; 7.2 Gradients; 7.3 Transforming Gradients and Patterns;Chapter 8: Text; 8.1 Text Terminology; 8.2 Simple Attributes and Properties of the text Element; 8.3 Text Alignment; 8.4 The tspan element; 8.5 Setting textLength; 8.6 Vertical Text; 8.7 Internationalization and Text; 8.8 Text on a Path; 8.9 Whitespace and Text; 8.10 Case Study -- Adding Text to a Graphic;Chapter 9: Clipping and Masking; 9.1 Clipping to a Path; 9.2 Masking; 9.3 Case Study -- Masking a Graphic;Chapter 10: Filters; 10.1 How Filters Work; 10.2 Creating a Drop Shadow; 10.3 Creating a Glowing Shadow; 10.4 The feImage Filter; 10.5 The feComponentTransfer Filter; 10.6 The feComposite Filter; 10.7 The feBlend Filter; 10.8 The feFlood and feTile Filters; 10.9 Lighting Effects; 10.10 Accessing the Background; 10.11 The feMorphology Element; 10.12 The feConvolveMatrix Element; 10.13 The feDisplacementMap Element; 10.14 The feTurbulence Element; 10.15 Filter Reference Summary;Chapter 11: Animating and Scripting SVG; 11.1 Animation Basics; 11.2 How Time Is Measured; 11.3 Repeated Action; 11.4 The set Element; 11.5 The animateColor Element; 11.6 The animateTransform Element; 11.7 The animateMotion Element; 11.8 Using Links in SVG; 11.9 Scripting SVG;Chapter 12: Generating SVG; 12.1 Using Perl to Convert Custom Data to SVG; 12.2 Using Java to Convert XML to SVG; 12.3 Using XSLT to Convert XML Data to SVG;Chapter 13: Serving SVG Files; 13.1 Serving Web Files -- The Task at Hand; 13.2 Partitioning the Task; 13.3 Setting up the Server;The XML You Need for SVG; What Is XML?; Anatomy of an XML Document; Character Encodings; Validity; XML Namespaces; Tools for Processing XML;Introduction to Stylesheets; Anatomy of a Style; Style Selectors; Internal Stylesheets; Style Selector Classes; Using CSS with SVG;Programming Concepts; Constants; Variables; Assignment and Operators; Arrays; Comments; Conditional Statements; Repeated Actions; Functions; Objects, Properties, and Methods; What, Not How;Matrix Algebra; Matrix Terminology; Matrix Addition; Matrix Multiplication; How SVG Uses Matrix Algebra for Transformations;Creating Fonts; The ttf2svg Utility;Using SVG with Other XML Applications; Referring to an SVG Document in HTML; Referring to an SVG Document in XHTML; Placing SVG Directly Within XHTML Documents; Embedding SVG in XSL Formatting Objects;Colophon;
Copyright Date
2002

Description de l'objet du vendeur

AlibrisBooks

AlibrisBooks

98,5% d'évaluations positives
1,8M objets vendus
Visiter la BoutiqueContacter

Évaluations détaillées du vendeur

Moyenne au cours des 12 derniers mois

Qualité de la description
4.9
Justesse des frais d'expédition
4.9
Rapidité de l'expédition
4.9
Communication
4.9

Évaluations comme vendeur (462 807)

l***m (23)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
I'm extremely happy and satisfied with my purchase from this seller. From the great choices to the offer and the quick shipping and delivery. I highly recommend them to everyone from friends, family and co-workers who would like an excellent shopping experience. I plan to continue doing business with them in the future. Thank you
-***i (375)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
As described, shipped quickly. Thank you
m***m (307)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
Thanks for an excellent transaction!

Évaluations et avis sur le produit

Aucune évaluation ni aucun avis jusqu'à maintenant.
Soyez le premier à rédiger un avis.