Examples with "The Path2D" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The Path2D API also adds a way to combine paths using the addPath method.
L'API Path2D ajoute aussi une manière de combiner des trajets en utilisant la méthode addPath.
The Path2D() constructor returns a newly instantiated Path2D object, optionally with another path as an argument (creates a copy), or optionally with a string consisting of SVG path data.
Le constructor Path2D() retourne un objet Path2D nouvellement instancié, optionnellement avec un autre trajet comme argument (crée une copie), ou optionnellement avec une chaîne constituée de données de trajet SVG.
Andere resultaten
With the new Path2D API, several methods got updated to optionally accept a Path2D object to use instead of the current path.
Avec la nouvelle API Path2D, plusieurs méthodes ont été mises à jour pour accepter optionnellement un objet Path2D à utiliser au lieu du trajet en cours.
Using SVG paths Another powerful feature of the new canvas Path2D API is using SVG path data to initialize paths on your canvas.
Une autre fonctionnalité puissante de la nouvelle API Path2D de caneva est l'utilisation de données de trajet SVG pour initialiser des trajets sur votre canevas.
Both are stored as a Path2D object, so that they are available for later usage.
Tous deux sont stockés comme des objets Path2D, de sorte qu'ils sont disponibles pour un usage ultérieur.
All path methods like moveTo, rect, arc or quadraticCurveTo, etc., which we got to know above, are available on Path2D objects.
Toutes les méthodes de trajet telles que moveTo, rect, arc ou quadraticCurveTo, etc., que nous avons appris à connaître ci-dessus, sont disponibles sur les objets Path2D.