Skip to content

Commit 7868a6a

Browse files
committed
Fix two broken links
1 parent a935717 commit 7868a6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/rst/source/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ New Core Module Features in GMT 6.5
3737
Supplement updates in GMT 6.5
3838
-----------------------------
3939

40-
* New supplement modules for the Global Seafloor Fabric and Magnetic Lineations (`<https://http://www.soest.hawaii.edu/PT/GSFML/>`_)
40+
* New supplement modules for the Global Seafloor Fabric and Magnetic Lineations (`<https://www.soest.hawaii.edu/PT/GSFML/>`_)
4141
* New supplement to plot symbols for the wind direction and wind speed
4242
* New supplement modules **grdshake** and **grdvs30** to build shake-maps
4343

doc/rst/source/grdimage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ Optional Arguments
173173
transparency between 0 and 255 on a per pixel basis then the *PostScript* image operator
174174
cannot create true variable pixel transparency *t*. Instead, each *r*, *g*, and *b* pixel
175175
values are converted by :math:`r' = t R + (1-t) r`, where *R* (and *G*, *B*) is the
176-
transparent color at full transparency [Default is white]. If *color* is given
177-
then it becomes the *R*, *B*, *G* at full transparency. Such RGBA images will
176+
transparent color at full transparency [Default is white]. If *color* is given
177+
then it becomes the *R*, *B*, *G* at full transparency. Such RGBA images will
178178
be approximated by *n_columns* times *n_rows* of tiny squares with variable color and
179179
transparency. If *A* reflects opacity instead of transparency then you can use modifier
180180
**+i** to invert these numbers first. See `Limitations on transparency`_ for more discussion.
@@ -275,7 +275,7 @@ Limitations on transparency
275275
---------------------------
276276

277277
The PostScript imaging model does not support any form of transparency. However, Adobe added
278-
`pdfMark <https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/pdfs/acrobatsdk_pdfmark.pdf>`_
278+
`pdfMark <https://opensource.adobe.com/dc-acrobat-sdk-docs/library/pdfmark/index.html>`_
279279
which allows PostScript to specify transparency but only if activated when converting PostScript
280280
or EPS to PDF with Adobe Distiller or GhostScript. Each graphic (e.g., polygon, line, text, image)
281281
can have a specified transparency. Yet, for images this is very limited: We can choose a particular

0 commit comments

Comments
 (0)