Skip to content

Commit

Permalink
Use 'we' instead of 'I' for consistency (#36303)
Browse files Browse the repository at this point in the history
docs: Use 'we' instead of 'I' for consistency
  • Loading branch information
aryanpingle authored Oct 11, 2024
1 parent 313a326 commit 99eff5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/svg/tutorial/gradients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The `<linearGradient>` element also takes several other attributes, which specif
> href="#Gradient1" />
> ```
>
> I've included the xlink namespace here directly on the node, although usually you would define it at the top of your document. More on that when we [talk about images](/en-US/docs/Web/SVG/Tutorial/Other_content_in_SVG).
> We've included the xlink namespace here directly on the node, although usually you would define it at the top of your document. More on that when we [talk about images](/en-US/docs/Web/SVG/Tutorial/Other_content_in_SVG).
## Radial Gradient
Expand Down Expand Up @@ -290,7 +290,7 @@ Both gradients also have an attribute named `gradientUnits`, which describes the
gradientUnits="userSpaceOnUse"></radialGradient>
```

You can also then apply another transformation to the gradient by using the `gradientTransform` attribute, but since we haven't [introduced transforms](/en-US/docs/Web/SVG/Tutorial/Basic_Transformations) yet, I'll leave that for later.
You can also then apply another transformation to the gradient by using the `gradientTransform` attribute, but since we haven't [introduced transforms](/en-US/docs/Web/SVG/Tutorial/Basic_Transformations) yet, we'll leave that for later.

There are some other caveats for dealing with `gradientUnits="objectBoundingBox"` when the object bounding box isn't square, but they're fairly complex and will have to wait for someone more in-the-know to explain them.

Expand Down

0 comments on commit 99eff5c

Please sign in to comment.